Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/cmd/ddr_tool/memtester/
H A Dtests.h25 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
27 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
29 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
31 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
33 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
35 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
37 u32v *bufb, size_t count, ul fix_bit, ul fix_level);
39 ul fix_bit, ul fix_level);
41 ul fix_bit, ul fix_level);
43 ul fix_bit, ul fix_level);
[all …]
H A Dmemtester.c64 int doing_memtester(ul *arg, ul testenable, ul loops, ul err_exit, in doing_memtester()
65 ul fix_bit, ul fix_level) in doing_memtester()
67 ul loop, i, j; in doing_memtester()
68 ul start_adr[CONFIG_NR_DRAM_BANKS], length[CONFIG_NR_DRAM_BANKS]; in doing_memtester()
70 ul count[CONFIG_NR_DRAM_BANKS]; in doing_memtester()
96 printf("testing:0x%lx - 0x%lx\n", (ul)bufa[j], in doing_memtester()
97 (ul)bufa[j] + count[j] * 2 * sizeof(u32)); in doing_memtester()
157 ul start_adr[CONFIG_NR_DRAM_BANKS], length[CONFIG_NR_DRAM_BANKS]; in do_memtester()
158 ul arg[2]; in do_memtester()
159 ul loops = 0; in do_memtester()
[all …]
H A Dtests.c55 (ul)*p1, (ul)*p2, physaddr); in compare_regions()
59 (ul)*p1, (ul)*p2, in compare_regions()
60 (ul)(i * sizeof(u32v))); in compare_regions()
84 *p1 = ((j + i) % 2) == 0 ? (u32)(ul)p1 : ~((u32)(ul)p1); in test_stuck_address()
93 (u32)(ul)p1 : ~((u32)(ul)p1))) { in test_stuck_address()
104 (ul)(i * sizeof(u32v))); in test_stuck_address()
118 ul fix_bit, ul fix_level) in test_random_value()
122 ul j = 0; in test_random_value()
141 ul fix_bit, ul fix_level) in test_xor_comparison()
157 ul fix_bit, ul fix_level) in test_sub_comparison()
[all …]
H A Dtypes.h18 typedef unsigned long ul; typedef
28 ul fix_bit, ul fix_level);
/rk3399_rockchip-uboot/include/asm-generic/bitops/
H A D__fls.h17 if (!(word & (~0ul << 32))) { in __fls()
22 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
26 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
30 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
34 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
38 if (!(word & (~0ul << (BITS_PER_LONG-1)))) in __fls()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dcore.c430 void urb_link_init (urb_link * ul) in urb_link_init() argument
432 if (ul) { in urb_link_init()
433 ul->prev = ul->next = ul; in urb_link_init()
446 urb_link *ul = &urb->link; in urb_detach() local
447 ul->next->prev = ul->prev; in urb_detach()
448 ul->prev->next = ul->next; in urb_detach()
449 urb_link_init (ul); in urb_detach()
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_hdmi.c39 .mpixelclock = ~0ul,
70 .mpixelclock = ~0ul,
/rk3399_rockchip-uboot/tools/rockchip/
H A Dsha2.h56 #define s_u32 ul
68 #define s_u64 ul
/rk3399_rockchip-uboot/include/linux/
H A Dkernel.h38 #define REPEAT_BYTE(x) ((~0ul / 0xff) * (x))
/rk3399_rockchip-uboot/drivers/video/
H A Ddw_hdmi.c337 for (i = 0; hdmi->mpll_cfg[i].mpixelclock != (~0ul); i++) in hdmi_phy_configure()
348 for (i = 0; hdmi->phy_cfg[i].mpixelclock != (~0ul); i++) in hdmi_phy_configure()
/rk3399_rockchip-uboot/board/rockchip/evb_rk3399/
H A DREADME109 > rkdeveloptool ul rkbin/rk33/rk3399_loader_v1.08.106.bin
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env.c223 unsigned long ul; in parse_aes_key() local
236 ul = strtoul(tmp, NULL, 16); in parse_aes_key()
242 bin_key[i] = ul & 0xff; in parse_aes_key()
/rk3399_rockchip-uboot/include/
H A Dusbdevice.h627 void urb_link_init (urb_link * ul);