| /rk3399_rockchip-uboot/arch/nios2/lib/ |
| H A D | libgcc.c | 30 DWtype ll; member 57 const DWunion uu = {.ll = u}; in __ashldi3() 74 return w.ll; in __ashldi3() 83 const DWunion uu = {.ll = u}; in __ashrdi3() 101 return w.ll; in __ashrdi3() 110 const DWunion uu = {.ll = u}; in __lshrdi3() 127 return w.ll; in __lshrdi3() 133 const DWunion au = {.ll = a}; in __cmpdi2() 134 const DWunion bu = {.ll = b}; in __cmpdi2() 150 const DWunion nn = {.ll = n}; in __udivmoddi4() [all …]
|
| H A D | longlong.h | 155 __w.ll; })
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | math64.h | 186 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() 200 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr() 201 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr() 202 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr() 203 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); 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() [all …]
|
| H A D | kernel.h | 60 #define DIV_ROUND_DOWN_ULL(ll, d) \ argument 61 ({ unsigned long long _tmp = (ll); do_div(_tmp, d); _tmp; }) 63 #define DIV_ROUND_UP_ULL(ll, d) DIV_ROUND_DOWN_ULL((ll) + (d) - 1, (d)) argument 66 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP_ULL(ll, d) argument 68 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP(ll,d) argument
|
| /rk3399_rockchip-uboot/arch/m68k/lib/ |
| H A D | muldi3.c | 43 __w.ll; }) 55 DItype ll; member 63 uu.ll = u, in __muldi3() 64 vv.ll = v; in __muldi3() 66 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3() 70 return w.ll; in __muldi3()
|
| H A D | lshrdi3.c | 22 DItype ll; member 34 uu.ll = u; in __lshrdi3() 49 return w.ll; in __lshrdi3()
|
| H A D | ashldi3.c | 22 DItype ll; member 34 uu.ll = u; in __ashldi3() 49 return w.ll; in __ashldi3()
|
| /rk3399_rockchip-uboot/arch/microblaze/lib/ |
| H A D | muldi3.c | 47 __w.ll; }) 60 DItype ll; member 68 uu.ll = u, vv.ll = v; in __muldi3() 70 w.ll = __umulsidi3(uu.s.low, vv.s.low); in __muldi3() 74 return w.ll; in __muldi3()
|
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | libgcc2.c | 15 const DWunion uu = {.ll = u}; in __ashldi3() 29 return w.ll; in __ashldi3() 38 const DWunion uu = {.ll = u}; in __ashrdi3() 53 return w.ll; in __ashrdi3() 62 const DWunion uu = {.ll = u}; in __lshrdi3() 76 return w.ll; in __lshrdi3()
|
| H A D | libgcc2.h | 129 DWtype ll; member
|
| /rk3399_rockchip-uboot/arch/sh/lib/ |
| H A D | ashldi3.c | 11 uu.ll = u; in __ashldi3() 24 return w.ll; in __ashldi3()
|
| H A D | lshrdi3.c | 11 uu.ll = u; in __lshrdi3() 24 return w.ll; in __lshrdi3()
|
| H A D | ashrdi3.c | 11 uu.ll = u; in __ashrdi3() 26 return w.ll; in __ashrdi3()
|
| H A D | libgcc.h | 22 long long ll; member
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | lshrdi3.c | 11 uu.ll = u; in __lshrdi3() 24 return w.ll; in __lshrdi3()
|
| H A D | ashldi3.c | 11 uu.ll = u; in __ashldi3() 24 return w.ll; in __ashldi3()
|
| H A D | ashrdi3.c | 11 uu.ll = u; in __ashrdi3() 26 return w.ll; in __ashrdi3()
|
| H A D | libgcc.h | 22 long long ll; member
|
| /rk3399_rockchip-uboot/board/sunxi/ |
| H 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
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.OFT | 19 You'll need a fairly recent DTC tool, which is available by git at
|
| H A D | README.generic_usb_ohci | 50 You'll need to define
|
| H A D | README.blackfin | 37 To compile the Blackfin aspects, you'll need the GNU toolchain configured for
|
| H A D | README.mpc83xx.ddrecc | 9 we'll be injecting: single/multiple bit etc.)
|
| /rk3399_rockchip-uboot/common/ |
| H A D | command.c | 272 int ll = leader != NULL ? strlen(leader) : 0; in print_argv() local 288 i = ll - sl; in print_argv()
|
| /rk3399_rockchip-uboot/drivers/usb/ |
| H A D | Kconfig | 30 you'll be using. You may want to check out the information provided
|