Searched refs:UL (Results 76 - 100 of 189) sorted by relevance

12345678

/u-boot/drivers/pci/
H A Dpci_octeontx.c146 *valuep = pci_conv_32_to_size(~0UL, offset, size);
159 *valuep != pci_conv_32_to_size(~0UL, offset, size))
183 value != pci_conv_32_to_size(~0UL, offset, size))
206 *valuep = pci_conv_32_to_size(~0UL, offset, size);
/u-boot/include/configs/
H A Dlx2160a_common.h67 #define CFG_SYS_LS_MC_DRAM_BLOCK_MIN_SIZE (256UL * 1024 * 1024)
/u-boot/net/
H A Drarp.c16 #define TIMEOUT 5000UL /* Milliseconds before trying BOOTP again */
H A Dping6.c90 net_set_timeout_handler(10000UL, ping6_timeout);
/u-boot/drivers/virtio/
H A Dvirtio_rng.c14 #define BUFFER_SIZE 16UL
/u-boot/drivers/firmware/arm-ffa/
H A Dffa-emul-uclass.c465 res->a3 = -1UL;
466 res->a4 = -1UL;
467 res->a5 = -1UL;
468 res->a6 = -1UL;
469 res->a7 = -1UL;
/u-boot/drivers/video/imx/
H A Dipu_disp.c153 dmfc_gen1 |= 1UL << 20;
155 dmfc_gen1 &= ~(1UL << 20);
158 dmfc_gen1 |= 1UL << 22;
160 dmfc_gen1 &= ~(1UL << 22);
163 dmfc_gen1 |= 1UL << 21;
165 dmfc_gen1 &= ~(1UL << 21);
168 dmfc_gen1 |= 1UL << 16;
170 dmfc_gen1 &= ~(1UL << 16);
173 dmfc_gen1 |= 1UL << 23;
175 dmfc_gen1 &= ~(1UL << 2
[all...]
/u-boot/arch/arm/mach-apple/
H A Dboard.c26 .size = 2UL * SZ_1G,
74 .size = 8UL * SZ_1G,
167 .size = 16UL * SZ_1G,
332 .size = 16UL * SZ_1G,
449 .size = 16UL * SZ_1G,
662 .size = 16UL * SZ_1G,
/u-boot/lib/zlib/
H A Dadler32.c11 #define BASE 65521UL /* largest prime smaller than 65536 */
/u-boot/drivers/timer/
H A Dimx-gpt-timer.c72 if (rate == 24000000UL) {
/u-boot/arch/x86/cpu/apollolake/
H A Dlpc.c66 alignment = 1UL << (order_base_2(window_size));
/u-boot/arch/arm/mach-davinci/
H A Dtimer.c86 1000000UL);
/u-boot/board/emulation/qemu-arm/
H A Dqemu-arm.c77 .size = 255UL * SZ_1G,
/u-boot/arch/mips/lib/
H A Dtraps.c43 printf(" %0*lx", field, 0UL);
/u-boot/include/asm-generic/
H A Dglobal_data.h551 #define gd_acpi_start() 0UL
559 #define gd_smbios_start() 0UL
/u-boot/drivers/clk/imx/
H A Dclk-imxrt1170.c200 clk_set_rate(clk, 132000000UL);
204 clk_set_rate(clk, 32000000UL);
/u-boot/drivers/ddr/fsl/
H A Dutil.c25 #define UL_5POW12 244140625UL
26 #define UL_2POW13 (1UL << 13)
/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c38 #define BL2_SIZE (512UL << 10UL) /* 512 KB */
/u-boot/drivers/xen/
H A Dhypervisor.c192 l1 &= ~(1UL << l1i);
196 l2 &= ~(1UL << l2i);
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c52 #define BLOCK_SIZE_L1 (1UL << 30)
53 #define BLOCK_SIZE_L2 (1UL << 21)
/u-boot/drivers/net/
H A Ddwc_eth_qos_qcom.c474 #define RGMII_1000_NOM_CLK_FREQ (250 * 1000 * 1000UL)
475 #define RGMII_ID_MODE_100_LOW_SVS_CLK_FREQ (50 * 1000 * 1000UL)
476 #define RGMII_ID_MODE_10_LOW_SVS_CLK_FREQ (5 * 1000 * 1000UL)
/u-boot/arch/x86/include/asm/
H A Dbitops.h240 return ((1UL << (nr & 31)) & (((const volatile unsigned int *) addr)[nr >> 5])) != 0;
328 * Undefined if no zero exists, so code should check against ~0UL first.
/u-boot/include/
H A Darm_ffa_priv.h54 #define ARM_SMCCC_FAST_CALL 1UL
/u-boot/drivers/clk/analogbits/
H A Dwrpll-cln28hpc.c44 #define MIN_VCO_FREQ 2400000000UL
/u-boot/board/variscite/common/
H A Dimx9_eeprom.c80 *size = (ep->dramsize * 128UL) << 20;

Completed in 496 milliseconds

12345678