Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/pciex/hotplug/
H A Dpcishpc.c280 reg = pcishpc_read_reg(ctrl_p, PCI_HP_CTRL_SERR_INT_REG); in pcishpc_intr()
296 pcishpc_write_reg(ctrl_p, PCI_HP_CTRL_SERR_INT_REG, reg); in pcishpc_intr()
1117 reg = pcishpc_read_reg(ctrl_p, PCI_HP_CTRL_SERR_INT_REG); in pcishpc_enable_irqs()
1122 pcishpc_write_reg(ctrl_p, PCI_HP_CTRL_SERR_INT_REG, reg); in pcishpc_enable_irqs()
1163 reg = pcishpc_read_reg(ctrl_p, PCI_HP_CTRL_SERR_INT_REG); in pcishpc_disable_irqs()
1168 pcishpc_write_reg(ctrl_p, PCI_HP_CTRL_SERR_INT_REG, reg); in pcishpc_disable_irqs()
2549 reg = pcishpc_read_reg(ctrl_p, PCI_HP_CTRL_SERR_INT_REG); in pcishpc_dump_regs()
/titanic_50/usr/src/uts/common/sys/
H A Dpci.h823 #define PCI_HP_CTRL_SERR_INT_REG 0x08 macro