Searched refs:SLOT_STATE_MASK (Results 1 – 2 of 2) sorted by relevance
70 #define SLOT_STATE_MASK (3 << 0) macro388 u8 state = (slot_reg & SLOT_STATE_MASK) >> SLOT_STATE_SHIFT; in hpc_get_power_status()
205 #define SLOT_STATE_MASK 0x1f macro207 #define SLOT_STATE(s) (((s)>>SLOT_STATE_SHIFT)&SLOT_STATE_MASK)2219 slot_ctx[3] &= ~(SLOT_STATE_MASK << SLOT_STATE_SHIFT); in xhci_configure_slot()2277 slot_ctx[3] &= ~(SLOT_STATE_MASK << SLOT_STATE_SHIFT); in xhci_configure_slot()2379 slot_ctx[3] &= ~(SLOT_STATE_MASK << SLOT_STATE_SHIFT); in xhci_reset_slot()