Home
last modified time | relevance | path

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

12

/u-boot/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/include/linux/
A Dmath64.h51 #define DIV64_U64_ROUND_UP(ll, d) \ argument
189 u64 ll; in mul_u64_u64_shr() member
200 a0.ll = a; in mul_u64_u64_shr()
201 b0.ll = b; in mul_u64_u64_shr()
222 return rl.ll; in mul_u64_u64_shr()
224 return (rl.ll >> shift) | (rh.ll << (64 - shift)); in mul_u64_u64_shr()
225 return rh.ll >> (shift & 63); in mul_u64_u64_shr()
235 u64 ll; in mul_u64_u32_div() member
245 u.ll = a; in mul_u64_u32_div()
253 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/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()
A Dashrdi3.c20 DItype ll; member
32 uu.ll = u; in __ashrdi3()
46 return w.ll; in __ashrdi3()
/u-boot/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/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/arch/mips/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/arch/sh/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/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/doc/
A DREADME.OFT19 You'll need a fairly recent DTC tool, which is available by git at
/u-boot/arch/arm/dts/
A Dbcm2711-rpi.dtsi59 * into memory for the OS to consume. It'll also update this node with
/u-boot/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/doc/board/qualcomm/
A Dqcs404.rst40 We'll assemble android boot image with ``u-boot.bin`` instead of linux kernel,
/u-boot/common/
A Dcommand.c311 int ll = leader != NULL ? strlen(leader) : 0; in print_argv() local
327 i = ll - sl; in print_argv()

Completed in 47 milliseconds

12