Searched refs:pci_phys_hi (Results 51 - 64 of 64) sorted by relevance

123

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c1298 if ((reg[index].pci_phys_hi & himask) != hival)
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c1405 if (PCI_REG_REG_G(regs[rn].pci_phys_hi) == offset) {
1406 type = regs[rn].pci_phys_hi & PCI_ADDR_MASK;
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_drv.c1290 phys_hi = pci_rp->pci_phys_hi;
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c1466 if ((reg[index].pci_phys_hi & himask) != hival)
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1616 *bdf = (regspec->pci_phys_hi & (PCI_REG_BDFR_M ^ PCI_REG_REG_M)) >> 8;
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcipsy.c515 phys_hi = pci_rp->pci_phys_hi;
/illumos-gate/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c1105 bus = PCI_REG_BUS_G(pcireg->pci_phys_hi);
1111 pcireg->pci_phys_hi = (type == PCMCIA_MAP_IO ? PCI_ADDR_IO :
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c3009 devnum = PCI_REG_DEV_G(assignp->pci_phys_hi);
3043 devnum = PCI_REG_DEV_G(assignp->pci_phys_hi);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c1211 if (PCI_REG_REG_G(regs[rnumber].pci_phys_hi) == bar_offset) {
1212 type = regs[rnumber].pci_phys_hi & PCI_ADDR_MASK;
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c5379 regs[i].pci_phys_hi,
5387 if ((regs[i].pci_phys_hi & mask) == which) {
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c5786 pci_device = PCI_REG_DEV_G(regbuf->pci_phys_hi);
5787 pci_function = PCI_REG_FUNC_G(regbuf->pci_phys_hi);
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c518 switch (reglist[i].pci_phys_hi & PCI_ADDR_MASK) {
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c752 nvc->nvc_ctlr_num = PCI_REG_FUNC_G(regs->pci_phys_hi);
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c642 if ((regs[rnumber].pci_phys_hi & PCI_REG_REG_M)

Completed in 152 milliseconds

123