Home
last modified time | relevance | path

Searched refs:ictrl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_isr.c114 WRT32_IO_REG(ha, ictrl, 0); in ql_disable_intr()
115 (void) RD32_IO_REG(ha, ictrl); /* PCI posting */ in ql_disable_intr()
117 WRT16_IO_REG(ha, ictrl, 0); in ql_disable_intr()
118 (void) RD16_IO_REG(ha, ictrl); /* PCI posting */ in ql_disable_intr()
158 WRT32_IO_REG(ha, ictrl, ISP_EN_RISC); in ql_enable_intr()
159 (void) RD32_IO_REG(ha, ictrl); /* PCI posting */ in ql_enable_intr()
161 WRT16_IO_REG(ha, ictrl, ISP_EN_INT + ISP_EN_RISC); in ql_enable_intr()
162 (void) RD16_IO_REG(ha, ictrl); /* PCI posting */ in ql_enable_intr()
H A Dql_api.c2579 WRT16_IO_REG(ha, ictrl, 0); in ql_quiesce()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h540 uint16_t ictrl; /* Interrupt control */ member