Searched refs:SLOT_STATE (Results 1 – 4 of 4) sorted by relevance
612 #define SLOT_STATE GENMASK(31, 27) macro613 #define GET_SLOT_STATE(p) (((p) & SLOT_STATE) >> 27)
563 #define SLOT_STATE (0x1f << 27) macro
427 #define SLOT_STATE (0x1f << 27) macro
207 #define SLOT_STATE(s) (((s)>>SLOT_STATE_SHIFT)&SLOT_STATE_MASK) macro2239 if (SLOT_STATE(slot_ctx[3]) < SLOT_ADDRESSED) { in xhci_configure_slot()