Searched refs:is_64 (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/tools/patman/test/ |
| H A D | 0001-pci-Correct-cast-for-sandbox.patch | 37 if ((!is_64 && size_low) || (is_64 && size)) { 40 - bar_id, base, size, is_64 ? 64 : 32, 42 + (unsigned long long)size, is_64 ? 64 : 32,
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | mips-relocs.c | 27 if (is_64) { \ 56 if (is_64) \ 81 if (is_64) \ 101 bool is_64, is_be; variable 252 is_64 = false; in main() 255 is_64 = true; in main() 320 rel_pfx = is_64 ? ".rela." : ".rel."; in main() 356 if (is_64) { in main() 364 if (is_64) { in main()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pci.c | 66 bool is_64, is_io; in pci_bar_show() local 103 is_64 = 0; in pci_bar_show() 115 is_64 = 1; in pci_bar_show() 121 if ((!is_64 && size_low) || (is_64 && size)) { in pci_bar_show() 125 (unsigned long long)size, is_64 ? 64 : 32, in pci_bar_show()
|