Searched refs:PCI_HP_SLOT_STATE_MASK (Results 1 – 2 of 2) sorted by relevance
1127 if ((reg & PCI_HP_SLOT_STATE_MASK) == PCI_HP_SLOT_ENABLED) { in pcishpc_enable_irqs()2034 if ((status & PCI_HP_SLOT_STATE_MASK) != PCI_HP_SLOT_DISABLED) { in pcishpc_set_bus_speed()2055 if ((status & PCI_HP_SLOT_STATE_MASK) != PCI_HP_SLOT_POWER_ONLY) { in pcishpc_set_bus_speed()2272 switch (shpc_state & PCI_HP_SLOT_STATE_MASK) { in pcishpc_slot_shpc_to_hpc()
866 #define PCI_HP_SLOT_STATE_MASK 0x3 macro