| /u-boot/arch/nios2/lib/ |
| A D | libgcc.c | 29 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 D | longlong.h | 154 __w.ll; })
|
| /u-boot/include/linux/ |
| A D | math64.h | 51 #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 D | kernel.h | 70 #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 D | muldi3.c | 42 __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 D | lshrdi3.c | 21 DItype ll; member 33 uu.ll = u; in __lshrdi3() 48 return w.ll; in __lshrdi3()
|
| A D | ashldi3.c | 21 DItype ll; member 33 uu.ll = u; in __ashldi3() 48 return w.ll; in __ashldi3()
|
| A D | ashrdi3.c | 20 DItype ll; member 32 uu.ll = u; in __ashrdi3() 46 return w.ll; in __ashrdi3()
|
| /u-boot/arch/microblaze/lib/ |
| A D | muldi3.c | 46 __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 D | libgcc2.c | 14 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 D | libgcc2.h | 128 DWtype ll; member
|
| /u-boot/arch/mips/lib/ |
| A D | ashldi3.c | 11 uu.ll = u; in __ashldi3() 24 return w.ll; in __ashldi3()
|
| A D | lshrdi3.c | 11 uu.ll = u; in __lshrdi3() 24 return w.ll; in __lshrdi3()
|
| A D | ashrdi3.c | 11 uu.ll = u; in __ashrdi3() 26 return w.ll; in __ashrdi3()
|
| A D | libgcc.h | 22 long long ll; member
|
| /u-boot/arch/sh/lib/ |
| A D | lshrdi3.c | 11 uu.ll = u; in __lshrdi3() 24 return w.ll; in __lshrdi3()
|
| A D | ashldi3.c | 11 uu.ll = u; in __ashldi3() 24 return w.ll; in __ashldi3()
|
| A D | ashrdi3.c | 11 uu.ll = u; in __ashrdi3() 26 return w.ll; in __ashrdi3()
|
| A D | libgcc.h | 22 long long ll; member
|
| /u-boot/board/sunxi/ |
| A D | README.nand | 28 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 D | README.OFT | 19 You'll need a fairly recent DTC tool, which is available by git at
|
| /u-boot/arch/arm/dts/ |
| A D | bcm2711-rpi.dtsi | 59 * into memory for the OS to consume. It'll also update this node with
|
| /u-boot/arch/arm/include/asm/arch-octeontx/csrs/ |
| A D | csrs-xcv.h | 26 #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 D | qcs404.rst | 40 We'll assemble android boot image with ``u-boot.bin`` instead of linux kernel,
|
| /u-boot/common/ |
| A D | command.c | 311 int ll = leader != NULL ? strlen(leader) : 0; in print_argv() local 327 i = ll - sl; in print_argv()
|