| /u-boot/arch/riscv/include/asm/ |
| A D | csr.h | 25 #define SR_FS_OFF _AC(0x00000000, UL) 26 #define SR_FS_INITIAL _AC(0x00002000, UL) 27 #define SR_FS_CLEAN _AC(0x00004000, UL) 28 #define SR_FS_DIRTY _AC(0x00006000, UL) 31 #define SR_XS_OFF _AC(0x00000000, UL) 32 #define SR_XS_INITIAL _AC(0x00008000, UL) 33 #define SR_XS_CLEAN _AC(0x00010000, UL) 34 #define SR_XS_DIRTY _AC(0x00018000, UL) 43 #define SR_VM_MODE_32 _AC(0x08000000, UL) 61 #define SATP_PPN _AC(0x003FFFFF, UL) [all …]
|
| /u-boot/arch/mips/include/asm/mach-generic/ |
| A D | spaces.h | 16 #define PHYS_OFFSET _AC(0, UL) 21 #define CAC_BASE _AC(0x40000000, UL) 23 #define CAC_BASE _AC(0x80000000, UL) 26 #define IO_BASE _AC(0xa0000000, UL) 29 #define UNCAC_BASE _AC(0xa0000000, UL) 34 #define MAP_BASE _AC(0x60000000, UL) 36 #define MAP_BASE _AC(0xc0000000, UL) 44 #define HIGHMEM_START _AC(0x20000000, UL) 53 #define CAC_BASE _AC(0x9800000000000000, UL) 55 #define CAC_BASE _AC(0xa800000000000000, UL) [all …]
|
| /u-boot/board/BuR/common/ |
| A D | common.c | 67 if (pwmfrq != ~0UL) { in lcdbacklight() 111 ~0UL == (pnltmp.bpp) || in load_lcdtiming() 112 ~0UL == (pnltmp.hfp) || in load_lcdtiming() 113 ~0UL == (pnltmp.hbp) || in load_lcdtiming() 114 ~0UL == (pnltmp.hsw) || in load_lcdtiming() 115 ~0UL == (pnltmp.vfp) || in load_lcdtiming() 116 ~0UL == (pnltmp.vbp) || in load_lcdtiming() 117 ~0UL == (pnltmp.vsw) || in load_lcdtiming() 119 ~0UL == (pnltmp.pol) || in load_lcdtiming() 121 ~0UL == (pnltmp.pon_delay) in load_lcdtiming() [all …]
|
| /u-boot/include/linux/ |
| A D | bitmap.h | 17 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) 18 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) 60 mask_to_set = ~0UL; in __bitmap_set() 81 mask_to_clear = ~0UL; in __bitmap_clear() 93 *dst = 0UL; in bitmap_zero() 115 tmp &= (~0UL << offset); in find_next_bit() 135 tmp &= (~0UL >> (BITS_PER_LONG - size)); in find_next_bit() 136 if (tmp == 0UL) /* Are any bits set? */ in find_next_bit() 165 *dst = ~0UL; in bitmap_fill()
|
| A D | bitops.h | 31 (((~0UL) << (l)) & (~0UL >> (CONFIG_SANDBOX_BITS_PER_LONG - 1 - (h)))) 34 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) 190 if (((u32)word) == 0UL) in __ffs64()
|
| A D | const.h | 25 #define _UL(x) (_AC(x, UL)) 31 #define UL(x) (_UL(x)) macro
|
| A D | arm-smccc.h | 14 #define ARM_SMCCC_STD_CALL 0UL
|
| /u-boot/drivers/video/nexell/soc/ |
| A D | s5pxx18_soc_disptype.h | 13 nx_pclkmode_dynamic = 0UL, 18 nx_bclkmode_disable = 0UL,
|
| /u-boot/arch/arm/include/asm/armv8/ |
| A D | mmu.h | 38 (UL(0xff) << (MT_NORMAL * 8))) 67 #define PTE_BLOCK_PXN (UL(1) << 53) 68 #define PTE_BLOCK_UXN (UL(1) << 54)
|
| /u-boot/cmd/ |
| A D | unlz4.c | 16 size_t src_len = ~0UL, dst_len = ~0UL; in do_unlz4()
|
| A D | lzmadec.c | 24 SizeT src_len = ~0UL, dst_len = ~0UL; in do_lzmadec()
|
| A D | unzip.c | 17 unsigned long src_len = ~0UL, dst_len = ~0UL; in do_unzip()
|
| A D | zip.c | 15 unsigned long src_len, dst_len = ~0UL; in do_zip()
|
| /u-boot/arch/arm/mach-nexell/include/mach/ |
| A D | reset.h | 13 RSTCON_ASSERT = 0UL,
|
| /u-boot/drivers/timer/ |
| A D | mchp-pit64b-timer.c | 80 writel(~0UL, priv->base + MCHP_PIT64B_MSB_PR); in mchp_pit64b_probe() 81 writel(~0UL, priv->base + MCHP_PIT64B_LSB_PR); in mchp_pit64b_probe()
|
| /u-boot/doc/arch/ |
| A D | sh.rst | 32 Hitachi UL MS7750SE01/MS7750RSE01 43 Hitachi UL MS7722SE01 55 Hitachi UL MS7720ERP01
|
| /u-boot/arch/microblaze/include/asm/ |
| A D | bitops.h | 227 tmp |= ~0UL >> (32-offset); in find_next_zero_bit() 246 tmp |= ~0UL >> size; in find_next_zero_bit() 327 tmp |= __swab32(~0UL >> (32-offset)); in ext2_find_next_zero_bit() 350 return result + ffz(__swab32(tmp) | (~0UL << size)); in ext2_find_next_zero_bit()
|
| /u-boot/board/variscite/dart_6ul/ |
| A D | README | 1 How to use U-Boot on variscite DART-6UL Evaluation Kit 4 - Configure and build U-Boot for DART-6UL iMX6ULL:
|
| /u-boot/common/ |
| A D | main.c | 55 update_tftp(0UL, NULL, NULL); in main_loop()
|
| /u-boot/include/ |
| A D | trace.h | 64 FUNCF_EXIT = 0UL << 30,
|
| /u-boot/arch/arm/include/asm/ |
| A D | bitops.h | 133 tmp |= ~0UL >> (BITS_PER_LONG - offset); in find_next_zero_bit() 153 tmp |= ~0UL << size; in find_next_zero_bit()
|
| /u-boot/arch/powerpc/include/asm/ |
| A D | bitops.h | 250 tmp |= ~0UL >> (32-offset); in find_next_zero_bit() 268 tmp |= ~0UL << size; in find_next_zero_bit() 340 tmp |= ~0UL >> (32-offset); in ext2_find_next_zero_bit()
|
| /u-boot/drivers/pci/ |
| A D | pci_octeontx.c | 168 *valuep = pci_conv_32_to_size(~0UL, offset, size); in octeontx_pem_read_config() 179 *valuep != pci_conv_32_to_size(~0UL, offset, size)) in octeontx_pem_read_config() 202 value != pci_conv_32_to_size(~0UL, offset, size)) in octeontx_pem_write_config() 228 *valuep = pci_conv_32_to_size(~0UL, offset, size); in octeontx2_pem_read_config()
|
| /u-boot/include/configs/ |
| A D | sandbox.h | 51 #define SB_TO_UL(s) SB_CONCAT(s, UL)
|
| /u-boot/arch/mips/include/asm/ |
| A D | bitops.h | 742 tmp |= ~0UL >> (32-offset); in find_next_zero_bit() 761 tmp |= ~0UL << size; in find_next_zero_bit() 853 tmp |= __swab32(~0UL >> (32-offset)); in ext2_find_next_zero_bit() 876 return result + ffz(__swab32(tmp) | (~0UL << size)); in ext2_find_next_zero_bit()
|