Home
last modified time | relevance | path

Searched refs:PCI_BAR_SZ_32 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1079 #define PCI_BAR_SZ_32 4 /* size of 32 bit base addr reg in bytes */ macro
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.c146 #define BAR_TO_IDX(bar) (((bar) - PCI_CONF_BASE0) / PCI_BAR_SZ_32)
150 ((b) & (PCI_BAR_SZ_32-1)) == 0)
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2552 *bar_sz = PCI_BAR_SZ_32; in add_bar_reg_props()
2673 *bar_sz = PCI_BAR_SZ_32; in add_bar_reg_props()