| /rk3399_rockchip-uboot/cmd/ddr_tool/memtester/ |
| H A D | tests.h | 25 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 D | memtester.c | 64 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 D | tests.c | 55 (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 D | types.h | 18 typedef unsigned long ul; typedef 28 ul fix_bit, ul fix_level);
|
| /rk3399_rockchip-uboot/include/asm-generic/bitops/ |
| H A D | __fls.h | 17 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 D | core.c | 430 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 D | rk_hdmi.c | 39 .mpixelclock = ~0ul, 70 .mpixelclock = ~0ul,
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | sha2.h | 56 #define s_u32 ul 68 #define s_u64 ul
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | kernel.h | 38 #define REPEAT_BYTE(x) ((~0ul / 0xff) * (x))
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | dw_hdmi.c | 337 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 D | README | 109 > rkdeveloptool ul rkbin/rk33/rk3399_loader_v1.08.106.bin
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env.c | 223 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 D | usbdevice.h | 627 void urb_link_init (urb_link * ul);
|