Home
last modified time | relevance | path

Searched refs:size_low (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Dpci.c101 u32 size_low, size_high; in pci_bar_show() local
123 dm_pci_read_config32(dev, reg_addr, &size_low); in pci_bar_show()
128 size = size_low & ~0xf; in pci_bar_show()
149 if ((!is_64 && size_low) || (is_64 && size)) { in pci_bar_show()
/openbmc/u-boot/tools/patman/test/
H A D0001-pci-Correct-cast-for-sandbox.patch37 if ((!is_64 && size_low) || (is_64 && size)) {