Searched refs:size_low (Results 1 – 2 of 2) sorted by relevance
68 u32 size_low, size_high; in pci_bar_show() local95 dm_pci_read_config32(dev, reg_addr, &size_low); in pci_bar_show()100 size = size_low & ~0xf; in pci_bar_show()121 if ((!is_64 && size_low) || (is_64 && size)) { in pci_bar_show()
3 # | &dev->size_low, &dev->size_high);