Home
last modified time | relevance | path

Searched refs:PCI_ADDR_MASK (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_device.c33 unsigned type = regs[i].pci_phys_hi & PCI_ADDR_MASK; in smrt_locate_bar()
75 unsigned type = regs[i].pci_phys_hi & PCI_ADDR_MASK; in smrt_locate_cfgtbl()
/illumos-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c383 if ((reg_spec[rnum].pci_phys_hi & PCI_ADDR_MASK) == in plx_ro_disable()
395 if ((addr_spec[anum].pci_phys_hi & PCI_ADDR_MASK) == in plx_ro_disable()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_pec.c81 uint32_t rng_type = rangep->child_high & PCI_ADDR_MASK; in px_pec_attach()
H A Dpx_fm.c329 switch (ranges_p->child_high & PCI_ADDR_MASK) { in px_fm_callback()
876 switch (ranges_p->child_high & PCI_ADDR_MASK) { in px_err_pio_hdl_check()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pbm.c98 uint32_t rng_type = rangep->child_high & PCI_ADDR_MASK; in pbm_create()
H A Dpci_util.c167 if ((phys_hi & PCI_RELOCAT_B) || !(phys_hi & PCI_ADDR_MASK)) in pci_reloc_reg()
H A Ddb21554.c1764 addr_space_type = pci_reg.pci_phys_hi & PCI_ADDR_MASK; in db_pci_map()
/illumos-gate/usr/src/uts/common/io/
H A Dpci_intr_lib.c836 addr_space = rp->pci_phys_hi & PCI_ADDR_MASK; in pci_msix_init()
885 addr_space = rp->pci_phys_hi & PCI_ADDR_MASK; in pci_msix_init()
H A Dasy.c520 switch (reglist[i].pci_phys_hi & PCI_ADDR_MASK) { in asy_get_io_regnum_pci()
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_util.c153 if ((phys_hi & PCI_RELOCAT_B) || !(phys_hi & PCI_ADDR_MASK)) { in pcmu_reloc_reg()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1208 #define PCI_ADDR_MASK PCI_REG_ADDR_M macro
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c3325 if ((type & PCI_ADDR_MASK) == PCI_ADDR_IO) { in memlist_to_ranges()
3332 newtype &= ~PCI_ADDR_MASK; in memlist_to_ranges()
3434 if ((type & PCI_ADDR_MASK) == PCI_ADDR_IO) { in memlist_to_spec()
3441 newtype &= ~PCI_ADDR_MASK; in memlist_to_spec()
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c858 if ((p.pci_phys_hi & PCI_ADDR_MASK) != PCI_ADDR_CONFIG) { in pfc_config_fetch()
990 if ((p.pci_phys_hi & PCI_ADDR_MASK) != PCI_ADDR_CONFIG) { in pfc_config_store()
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dppt.c431 pbar->type = reg->pci_phys_hi & PCI_ADDR_MASK; in ppt_bar_crawl()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4688 addr_space = rp->pci_phys_hi & PCI_ADDR_MASK; in hermon_set_msix_info()
4731 addr_space = rp->pci_phys_hi & PCI_ADDR_MASK; in hermon_set_msix_info()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pvscsi/
H A Dpvscsi.c846 type = regs[rn].pci_phys_hi & PCI_ADDR_MASK; in pvscsi_setup_io()
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_lib4v.c1681 switch (ranges_p->child_high & PCI_ADDR_MASK) { in px_lib_log_safeacc_err()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c2076 ? PCI_ADDR_MEM32 : PCI_ADDR_IO, PCI_ADDR_MASK, in sfeattach()
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_lib4u.c1542 switch (ranges_p->child_high & PCI_ADDR_MASK) { in px_lib_clr_errs()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c493 switch (ranges_p->child_high & PCI_ADDR_MASK) { in pf_in_addr_range()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1236 type = regs[rnumber].pci_phys_hi & PCI_ADDR_MASK; in e1000g_get_bar_info()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c1581 type = PCI_ADDR_MASK &prop[r].pci_phys_hi; in emlxs_map_g7_bars()