Searched refs:io_limit_hi (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcieb.c | 1786 uint16_t io_base_hi, io_limit_hi, mem_base, mem_limit; local 1792 io_limit_hi = pci_config_get16(config_handle, PCI_BCNF_IO_LIMIT_HI); 1810 limit = PCIEB_LADDR(limit, io_limit_hi); 1813 if ((io_base_lo & PCIEB_32BIT_IO) && (io_limit_hi > 0)) { 1815 limit = PCIEB_LADDR(limit, io_limit_hi);
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_pci.c | 1483 uint16_t io_base_hi, io_limit_hi, mem_base, mem_limit; local 1489 io_limit_hi = pci_config_get16(config_handle, PCI_BCNF_IO_LIMIT_HI); 1509 limit = PPB_LADDR(limit, io_limit_hi);
|
Completed in 50 milliseconds