Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c733 reg &= ~(PCIE_SLOTCTL_INTR_MASK); in pciehpc_hpc_init()
894 PCIE_SLOTCTL, reg | PCIE_SLOTCTL_INTR_MASK); in pciehpc_enable_intr()
897 PCIE_SLOTCTL, reg | (PCIE_SLOTCTL_INTR_MASK & in pciehpc_enable_intr()
918 reg &= ~(PCIE_SLOTCTL_INTR_MASK); in pciehpc_disable_intr()
/titanic_50/usr/src/uts/common/sys/
H A Dpcie.h316 #define PCIE_SLOTCTL_INTR_MASK 0x103f /* Supported intr mask */ macro