Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_intr.c223 reg = OCE_CFG_READ32(dev, PCICFG_INTR_CTRL); in oce_chip_ei()
225 OCE_CFG_WRITE32(dev, PCICFG_INTR_CTRL, reg); in oce_chip_ei()
262 reg = OCE_CFG_READ32(dev, PCICFG_INTR_CTRL); in oce_chip_di()
264 OCE_CFG_WRITE32(dev, PCICFG_INTR_CTRL, reg); in oce_chip_di()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h186 ((OCE_CFG_READ32(dev, PCICFG_INTR_CTRL) \
H A Doce_hw.h58 #define PCICFG_INTR_CTRL 0xfc macro