Searched refs:PCIE_CAP_GET (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c600 reg16 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL);
1376 if ((reg16 = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL)) !=
1390 (reg16 = PCIE_CAP_GET(16, bus_p, PCIE_ROOTCTL)) !=
1514 if ((device_sts = PCIE_CAP_GET(16, bus_p, PCIE_DEVSTS)) !=
1520 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL);
1542 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL);
1582 device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_ROOTCTL);
1590 if ((device_ctl = PCIE_CAP_GET(16, bus_p, PCIE_AER_RE_CMD)) !=
1723 if (PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL) &
1795 dev_ctrl = PCIE_CAP_GET(1
[all...]
H A Dpcie_fault.c571 pcie_regs->pcie_err_status = PCIE_CAP_GET(16, bus_p, PCIE_DEVSTS);
572 pcie_regs->pcie_err_ctl = PCIE_CAP_GET(16, bus_p, PCIE_DEVCTL);
573 pcie_regs->pcie_dev_cap = PCIE_CAP_GET(32, bus_p, PCIE_DEVCAP);
581 pcie_rp_regs->pcie_rp_status = PCIE_CAP_GET(32, bus_p,
583 pcie_rp_regs->pcie_rp_ctl = PCIE_CAP_GET(16, bus_p,
H A Dpcieb.c297 cdip_dev_ctrl = PCIE_CAP_GET(16, cdip_bus_p, PCIE_DEVCTL);
391 if (PCIE_CAP_GET(16, bus_p, PCIE_LINKCTL) & PCIE_LINKCTL_LINK_DISABLE)
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpcie_impl.h117 #define PCIE_CAP_GET(sz, bus_p, off) \ macro
486 PCIE_CAP_GET(sz, bus_p, off))
/opensolaris-onvv-gate/usr/src/uts/intel/io/pciex/
H A Dpcieb_x86.c567 rber = PCIE_CAP_GET(16, bus_p, PCIE_DEVCAP) &
/opensolaris-onvv-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c355 val = PCIE_CAP_GET(32, bus_p, PCIE_LINKCAP);

Completed in 131 milliseconds