Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c1133 PCI_HP_SLOT_MRL_SERR_MASK); in pcishpc_enable_irqs()
1265 reg & ~PCI_HP_SLOT_MRL_SERR_MASK); in pcishpc_slot_poweron()
1366 reg | PCI_HP_SLOT_MRL_SERR_MASK); in pcishpc_slot_poweroff()
2656 slot+1, (reg & PCI_HP_SLOT_MRL_SERR_MASK) ? "Yes" : "No"); in pcishpc_dump_regs()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h893 #define PCI_HP_SLOT_MRL_SERR_MASK 0x20000000 macro