Searched refs:SLOT_ENABLED (Results 1 – 2 of 2) sorted by relevance
195 slot->flags |= (SLOT_ENABLED | SLOT_POWEREDON); in register_slot()888 if (slot->flags & SLOT_ENABLED) in enable_device()942 slot->flags |= SLOT_ENABLED; in enable_device()962 if (!(slot->flags & SLOT_ENABLED)) in disable_device()976 slot->flags &= (~SLOT_ENABLED); in disable_device()1344 if (slot->flags & SLOT_ENABLED) { in acpiphp_check_bridge()
204 #define SLOT_ENABLED (0x00000002) macro