Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c2091 uint16_t io_base_hi, io_limit_hi, mem_base, mem_limit; in pcieb_create_ranges_prop() local
2097 io_limit_hi = pci_config_get16(config_handle, PCI_BCNF_IO_LIMIT_HI); in pcieb_create_ranges_prop()
2115 limit = PCIEB_LADDR(limit, io_limit_hi); in pcieb_create_ranges_prop()
2118 if ((io_base_lo & PCIEB_32BIT_IO) && (io_limit_hi > 0)) { in pcieb_create_ranges_prop()
2120 limit = PCIEB_LADDR(limit, io_limit_hi); in pcieb_create_ranges_prop()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pci.c1483 uint16_t io_base_hi, io_limit_hi, mem_base, mem_limit; in ppb_create_ranges_prop() local
1489 io_limit_hi = pci_config_get16(config_handle, PCI_BCNF_IO_LIMIT_HI); in ppb_create_ranges_prop()
1509 limit = PPB_LADDR(limit, io_limit_hi); in ppb_create_ranges_prop()