Searched defs:space_type (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_util.c149 uint32_t space_type = phys_hi & PCI_REG_ADDR_M; /* 28-bit */ local
155 if (space_type == PCI_ADDR_CONFIG || phys_hi & PCI_RELOCAT_B)
187 if (space_type == assign_type) { /* exact match */
189 if (space_type == PCI_ADDR_MEM64)
193 if (space_type == PCI_ADDR_MEM64 &&
216 uint32_t space_type = PCI_REG_ADDR_G(px_rp->pci_phys_hi); local
223 if (space_type == PCI_REG_ADDR_G(PCI_ADDR_CONFIG)) {
233 if (space_type != PCI_REG_ADDR_G(rng_p->child_high))
238 if (space_type == PCI_REG_ADDR_G(PCI_ADDR_CONFIG))
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_util.c183 uint32_t space_type = phys_hi & PCI_REG_ADDR_M; local
189 if (space_type == assign_type) { /* exact match */
193 if (space_type == PCI_ADDR_MEM64 &&
217 uint32_t space_type = PCI_REG_ADDR_G(pci_rp->pci_phys_hi); local
223 if (space_type == PCI_REG_ADDR_G(PCI_ADDR_CONFIG)) {
232 if (space_type != PCI_REG_ADDR_G(rng_p->child_high))
236 if (space_type == PCI_REG_ADDR_G(PCI_ADDR_CONFIG))
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_util.c194 uint32_t space_type = PCI_REG_ADDR_G(pcmu_rp->pci_phys_hi); local
200 if (space_type == PCI_REG_ADDR_G(PCI_ADDR_CONFIG)) {
210 if (space_type != PCI_REG_ADDR_G(rng_p->child_high)) {
215 if (space_type == PCI_REG_ADDR_G(PCI_ADDR_CONFIG)) {
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c1331 uint32_t space_type; local
1388 space_type = PCI_REG_ADDR_G(rangep->child_high);
1389 if (space_type == PCI_REG_ADDR_G(PCI_ADDR_CONFIG)) {
1416 tgt_err->tgt_pci_space = space_type;
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c1395 uint64_t *boundlen, uint_t space_type)
1417 (space_type == PCI_BASE_SPACE_MEM)) {
1422 (space_type == PCI_BASE_SPACE_IO)) {
1428 (space_type == (PCI_BASE_SPACE_MEM |
1435 space_type, assigned[i].pci_phys_low, assigned[i].pci_size_low);
1394 pcicfg_get_ntbridge_child_range(dev_info_t *dip, uint64_t *boundbase, uint64_t *boundlen, uint_t space_type) argument
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c1494 uint64_t *boundlen, uint_t space_type)
1516 (space_type == PCI_BASE_SPACE_MEM)) {
1523 (space_type == PCI_BASE_SPACE_IO)) {
1530 space_type, assigned[i].pci_phys_low, assigned[i].pci_size_low);
1493 pcicfg_get_ntbridge_child_range(dev_info_t *dip, uint64_t *boundbase, uint64_t *boundlen, uint_t space_type) argument

Completed in 104 milliseconds