Home
last modified time | relevance | path

Searched refs:PCIE_SLOTCTL_PWR_CONTROL (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c538 if (!(control & PCIE_SLOTCTL_PWR_CONTROL)) { in pciehpc_get_slot_state()
1106 control &= ~PCIE_SLOTCTL_PWR_CONTROL; in pciehpc_slot_poweron()
1137 if (control & PCIE_SLOTCTL_PWR_CONTROL) { in pciehpc_slot_poweron()
1184 if (!(control & PCIE_SLOTCTL_PWR_CONTROL)) { in pciehpc_slot_poweron()
1185 control |= PCIE_SLOTCTL_PWR_CONTROL; in pciehpc_slot_poweron()
1253 control |= PCIE_SLOTCTL_PWR_CONTROL; in pciehpc_slot_poweroff()
1260 ASSERT(control & PCIE_SLOTCTL_PWR_CONTROL); in pciehpc_slot_poweroff()
/titanic_41/usr/src/uts/common/sys/
H A Dpcie.h311 #define PCIE_SLOTCTL_PWR_CONTROL 0x0400 /* Power controller Control */ macro
/titanic_41/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c354 if (!(control & PCIE_SLOTCTL_PWR_CONTROL)) { in pciehpc_acpi_slot_poweron()
/titanic_41/usr/src/uts/sun4u/io/px/
H A Dpx_hlib.c3384 0 : PCIE_SLOTCTL_PWR_CONTROL; in oberon_hpreg_get()
3421 pwr_off = val & PCIE_SLOTCTL_PWR_CONTROL; in oberon_hpreg_put()