Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 25 of 41) sorted by relevance

12

/u-boot-v2022.01-rc1/arch/nios2/lib/
A Dlibgcc.c29 DWtype ll; member
73 return w.ll; in __ashldi3()
100 return w.ll; in __ashrdi3()
126 return w.ll; in __lshrdi3()
190 *rp = rr.ll; in __udivmoddi4()
369 uu.ll = -uu.ll; in __divdi3()
372 vv.ll = -vv.ll; in __divdi3()
374 w = __udivmoddi4 (uu.ll, vv.ll, (UDWtype *) 0); in __divdi3()
415 uu.ll = -uu.ll; in __moddi3()
417 vv.ll = -vv.ll; in __moddi3()
[all …]
A Dlonglong.h154 __w.ll; })
/u-boot-v2022.01-rc1/include/linux/
A Dmath64.h186 u64 ll; in mul_u64_u64_shr() member
197 a0.ll = a; in mul_u64_u64_shr()
198 b0.ll = b; in mul_u64_u64_shr()
219 return rl.ll; in mul_u64_u64_shr()
221 return (rl.ll >> shift) | (rh.ll << (64 - shift)); in mul_u64_u64_shr()
222 return rh.ll >> (shift & 63); in mul_u64_u64_shr()
232 u64 ll; in mul_u64_u32_div() member
242 u.ll = a; in mul_u64_u32_div()
243 rl.ll = mul_u32_u32(u.l.low, mul); in mul_u64_u32_div()
250 do_div(rl.ll, divisor); in mul_u64_u32_div()
[all …]
A Dkernel.h70 #define DIV_ROUND_DOWN_ULL(ll, d) \ argument
71 ({ unsigned long long _tmp = (ll); do_div(_tmp, d); _tmp; })
73 #define DIV_ROUND_UP_ULL(ll, d) DIV_ROUND_DOWN_ULL((ll) + (d) - 1, (d)) argument
78 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP_ULL(ll, d) argument
80 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP(ll,d) argument
/u-boot-v2022.01-rc1/arch/m68k/lib/
A Dmuldi3.c42 __w.ll; })
54 DItype ll; member
62 uu.ll = u, in __muldi3()
63 vv.ll = v; in __muldi3()
65 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
69 return w.ll; in __muldi3()
A Dlshrdi3.c21 DItype ll; member
33 uu.ll = u; in __lshrdi3()
48 return w.ll; in __lshrdi3()
A Dashldi3.c21 DItype ll; member
33 uu.ll = u; in __ashldi3()
48 return w.ll; in __ashldi3()
/u-boot-v2022.01-rc1/arch/microblaze/lib/
A Dmuldi3.c46 __w.ll; })
59 DItype ll; member
67 uu.ll = u, vv.ll = v; in __muldi3()
69 w.ll = __umulsidi3(uu.s.low, vv.s.low); in __muldi3()
73 return w.ll; in __muldi3()
/u-boot-v2022.01-rc1/arch/arc/lib/
A Dlibgcc2.c14 const DWunion uu = {.ll = u}; in __ashldi3()
28 return w.ll; in __ashldi3()
37 const DWunion uu = {.ll = u}; in __ashrdi3()
52 return w.ll; in __ashrdi3()
61 const DWunion uu = {.ll = u}; in __lshrdi3()
75 return w.ll; in __lshrdi3()
A Dlibgcc2.h128 DWtype ll; member
/u-boot-v2022.01-rc1/arch/mips/lib/
A Dlshrdi3.c11 uu.ll = u; in __lshrdi3()
24 return w.ll; in __lshrdi3()
A Dashldi3.c11 uu.ll = u; in __ashldi3()
24 return w.ll; in __ashldi3()
A Dashrdi3.c11 uu.ll = u; in __ashrdi3()
26 return w.ll; in __ashrdi3()
A Dlibgcc.h22 long long ll; member
/u-boot-v2022.01-rc1/arch/sh/lib/
A Dashldi3.c11 uu.ll = u; in __ashldi3()
24 return w.ll; in __ashldi3()
A Dlshrdi3.c11 uu.ll = u; in __lshrdi3()
24 return w.ll; in __lshrdi3()
A Dashrdi3.c11 uu.ll = u; in __ashrdi3()
26 return w.ll; in __ashrdi3()
A Dlibgcc.h22 long long ll; member
/u-boot-v2022.01-rc1/board/sunxi/
A DREADME.nand28 board is in FEL mode, you'll need the sunxi-tools that you can find at
31 Then, you'll need to first load an SPL to initialise the RAM:
34 Load the binaries we'll flash into RAM:
41 On your board, you'll now have all the needed binaries into RAM, so
/u-boot-v2022.01-rc1/doc/
A DREADME.OFT19 You'll need a fairly recent DTC tool, which is available by git at
A DREADME.generic_usb_ohci50 You'll need to define
A DREADME.mpc83xx.ddrecc9 we'll be injecting: single/multiple bit etc.)
/u-boot-v2022.01-rc1/arch/arm/include/asm/arch-octeontx/csrs/
A Dcsrs-xcv.h26 #define XCV_BAR_E_XCVX_PF_BAR0(a) (0x87e0db000000ll + 0ll * (a))
28 #define XCV_BAR_E_XCVX_PF_BAR4(a) (0x87e0dbf00000ll + 0ll * (a))
/u-boot-v2022.01-rc1/common/
A Dcommand.c309 int ll = leader != NULL ? strlen(leader) : 0; in print_argv() local
325 i = ll - sl; in print_argv()
/u-boot-v2022.01-rc1/drivers/usb/
A DKconfig30 you'll be using. You may want to check out the information provided

Completed in 35 milliseconds

12