Searched refs:SLOT_STATE (Results 1 – 2 of 2) sorted by relevance
612 #define SLOT_STATE GENMASK(31, 27) macro613 #define GET_SLOT_STATE(p) (((p) & SLOT_STATE) >> 27)
679 #define SLOT_STATE (0x1f << 27) macro