Home
last modified time | relevance | path

Searched refs:pci_iocfg_max_offset (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_mech1.c58 if (reg > pci_iocfg_max_offset) { in pci_mech1_getb()
79 if (reg > pci_iocfg_max_offset) { in pci_mech1_getw()
100 if (reg > pci_iocfg_max_offset) { in pci_mech1_getl()
119 if (reg > pci_iocfg_max_offset) { in pci_mech1_putb()
137 if (reg > pci_iocfg_max_offset) { in pci_mech1_putw()
155 if (reg > pci_iocfg_max_offset) { in pci_mech1_putl()
H A Dpci_mech2.c81 if (device >= PCI_MAX_DEVS_2 || reg > pci_iocfg_max_offset) in pci_mech2_getb()
97 if (device >= PCI_MAX_DEVS_2 || reg > pci_iocfg_max_offset) in pci_mech2_getw()
113 if (device >= PCI_MAX_DEVS_2 || reg > pci_iocfg_max_offset) in pci_mech2_getl()
128 if (device >= PCI_MAX_DEVS_2 || reg > pci_iocfg_max_offset) in pci_mech2_putb()
141 if (device >= PCI_MAX_DEVS_2 || reg > pci_iocfg_max_offset) in pci_mech2_putw()
154 if (device >= PCI_MAX_DEVS_2 || reg > pci_iocfg_max_offset) in pci_mech2_putl()
H A Dpci_mech1_amd.c104 if (reg > pci_iocfg_max_offset) { in pci_mech1_amd_getb()
125 if (reg > pci_iocfg_max_offset) { in pci_mech1_amd_getw()
146 if (reg > pci_iocfg_max_offset) { in pci_mech1_amd_getl()
H A Dpci_cfgspace.c72 uint_t pci_iocfg_max_offset = 0xff; variable
196 pci_iocfg_max_offset = 0xfff; in pci_check()
H A Dpci_cfgacc_x86.c235 if (pci_cfgacc_valid(req, pci_iocfg_max_offset + 1)) in pci_cfgacc_acc()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h130 extern uint_t pci_iocfg_max_offset;
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c64 extern uint_t pci_iocfg_max_offset;
607 max_offset = pci_iocfg_max_offset; in pcitool_cfg_access()
661 if (req.ioacc && (prg->offset + size - 1 > pci_iocfg_max_offset)) { in pcitool_cfg_access()