Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/arch/mips/include/asm/mach-generic/
H A Dspaces.h17 #define PHYS_OFFSET _AC(0, UL)
22 #define CAC_BASE _AC(0x40000000, UL)
24 #define CAC_BASE _AC(0x80000000, UL)
27 #define IO_BASE _AC(0xa0000000, UL)
30 #define UNCAC_BASE _AC(0xa0000000, UL)
35 #define MAP_BASE _AC(0x60000000, UL)
37 #define MAP_BASE _AC(0xc0000000, UL)
45 #define HIGHMEM_START _AC(0x20000000, UL)
54 #define CAC_BASE _AC(0x9800000000000000, UL)
56 #define CAC_BASE _AC(0xa800000000000000, UL)
[all …]
/rk3399_rockchip-uboot/board/BuR/common/
H A Dcommon.c43 #define FDTPROP(b, c) fdt_getprop_u32_default(gd->fdt_blob, b, c, ~0UL)
61 unsigned int driver = env_get_ulong("ds1_bright_drv", 16, 0UL); in lcdbacklight()
63 unsigned int pwmfrq = env_get_ulong("ds1_pwmfreq", 10, ~0UL); in lcdbacklight()
69 bright = bright != ~0UL ? bright : 50; in lcdbacklight()
94 if (pwmfrq != ~0UL) { in lcdbacklight()
99 tmp = ~0UL-(V_OSCK/pwmfrq); /* bottom value */ in lcdbacklight()
145 if (dtbprop != ~0UL) in load_lcdtiming()
148 pnltmp.pxl_clk_div = ~0UL; in load_lcdtiming()
189 pnltmp.hactive = env_get_ulong("ds1_hactive", 10, ~0UL); in load_lcdtiming()
190 pnltmp.vactive = env_get_ulong("ds1_vactive", 10, ~0UL); in load_lcdtiming()
[all …]
/rk3399_rockchip-uboot/arch/arm/include/asm/armv8/
H A Dmmu.h36 (UL(0xff) << (MT_NORMAL * 8)))
65 #define PTE_BLOCK_PXN (UL(1) << 53)
66 #define PTE_BLOCK_UXN (UL(1) << 54)
/rk3399_rockchip-uboot/drivers/net/
H A Dxilinx_ll_temac.h111 #define MLSW_MASK (~0UL << MLSW_POS)
140 #define UAWL_UADDR_MASK (~0UL << UAWL_UADDR_POS)
183 #define RCW0_PADDR_MASK (~0UL << RCW_PADDR_POS)
252 #define UAW0_UADDR_MASK (~0UL << UAW0_UADDR_POS)
258 #define MAW0_MADDR_MASK (~0UL << MAW0_MADDR_POS)
H A Dxilinx_ll_temac_fifo.c42 out_be32(&fifo_ctrl->isr, ~0UL); in ll_temac_reset_fifo()
58 out_be32(&fifo_ctrl->isr, ~0UL); in ll_temac_recv_fifo()
/rk3399_rockchip-uboot/cmd/
H A Dlzmadec.c23 SizeT src_len = ~0UL, dst_len = ~0UL; in do_lzmadec()
H A Dunzip.c14 unsigned long src_len = ~0UL, dst_len = ~0UL; in do_unzip()
H A Dfitupd.c18 ulong addr = 0UL; in do_fitupd()
H A Dzip.c14 unsigned long src_len, dst_len = ~0UL; in do_zip()
H A Dfpga.c219 ulong image_size = ~0UL; in do_fpga()
221 if (gunzip((void *)data, ~0UL, in do_fpga()
/rk3399_rockchip-uboot/include/linux/
H A Dbitops.h25 (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h))))
169 if (((u32)word) == 0UL) in __ffs64()
H A Dbitmap.h15 *dst = 0UL; in bitmap_zero()
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dbitops.h227 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()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip-inno-hdmi-phy.c256 { ~0UL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
272 { ~0UL, 0, 0, 0, 0}
291 ~0UL, {
314 ~0UL, {
348 ~0UL, {
483 for (; cfg->tmdsclock != ~0UL; cfg++) in inno_hdmi_phy_power_on()
488 for (; phy_cfg->tmdsclock != ~0UL; phy_cfg++) in inno_hdmi_phy_power_on()
492 if (cfg->tmdsclock == ~0UL || phy_cfg->tmdsclock == ~0UL) in inno_hdmi_phy_power_on()
546 for (; cfg->pixclock != ~0UL; cfg++) in inno_hdmi_phy_clk_set_rate()
550 if (cfg->pixclock == ~0UL) { in inno_hdmi_phy_clk_set_rate()
[all …]
H A Drockchip_dw_hdmi.c137 ~0UL, {
177 ~0UL, {
190 ~0UL, { 0x0000, 0x0000, 0x0000},
200 { ~0UL, 0x0000, 0x0000, 0x0000},
201 { ~0UL, 0x0000, 0x0000, 0x0000}
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dconst.h25 #define _BITUL(x) (_AC(1,UL) << (x))
H A Dbitops.h743 tmp |= ~0UL >> (32-offset); in find_next_zero_bit()
762 tmp |= ~0UL << size; in find_next_zero_bit()
854 tmp |= __swab32(~0UL >> (32-offset)); in ext2_find_next_zero_bit()
877 return result + ffz(__swab32(tmp) | (~0UL << size)); in ext2_find_next_zero_bit()
/rk3399_rockchip-uboot/include/usb/
H A Dlin_gadget_compat.h26 *dst = 0UL; in bitmap_zero()
/rk3399_rockchip-uboot/common/
H A Dmain.c59 update_tftp(0UL, NULL, NULL); in main_loop()
/rk3399_rockchip-uboot/include/
H A Dtrace.h65 FUNCF_EXIT = 0UL << 30,
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dbitops.h250 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()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dbitops.h141 tmp |= ~0UL >> (32-offset); in find_next_zero_bit()
161 tmp |= ~0UL >> size; in find_next_zero_bit()
/rk3399_rockchip-uboot/board/micronas/vct/
H A Debi.h23 #define EBI_CPU_ADDR_MASK ~(~0UL << EBI_CPU_ID_SHIFT)
/rk3399_rockchip-uboot/disk/
H A Dpart_env.c97 size = (~0UL); in env_init_parts()
118 if (size == (~0UL)) in env_init_parts()
H A Dpart_rkparm.c73 size = (~0UL); in rkparm_param_parse()
97 if (size == (~0UL)) in rkparm_param_parse()

12