Searched refs:pcishpc_write_reg (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcishpc.c | 102 static void pcishpc_write_reg(pcie_hp_ctrl_t *ctrl_p, int reg, 297 pcishpc_write_reg(ctrl_p, PCI_HP_CTRL_SERR_INT_REG, reg); in pcishpc_intr() 350 pcishpc_write_reg(ctrl_p, PCI_HP_LOGICAL_SLOT_REGS+slot, in pcishpc_intr() 1126 pcishpc_write_reg(ctrl_p, PCI_HP_CTRL_SERR_INT_REG, reg); in pcishpc_enable_irqs() 1145 pcishpc_write_reg(ctrl_p, PCI_HP_LOGICAL_SLOT_REGS+slot, reg); in pcishpc_enable_irqs() 1172 pcishpc_write_reg(ctrl_p, PCI_HP_CTRL_SERR_INT_REG, reg); in pcishpc_disable_irqs() 1181 pcishpc_write_reg(ctrl_p, PCI_HP_LOGICAL_SLOT_REGS+slot, reg); in pcishpc_disable_irqs() 1263 pcishpc_write_reg(slot_p->hs_ctrl, in pcishpc_slot_poweron() 1364 pcishpc_write_reg(slot_p->hs_ctrl, in pcishpc_slot_poweroff() 1616 pcishpc_write_reg(ctrl_p, PCI_HP_COMMAND_STATUS_REG, cmd_code); in pcishpc_issue_command() [all …]
|