Searched refs:LAST_CTX_MASK (Results 1 – 3 of 3) sorted by relevance
419 s, (info & LAST_CTX_MASK) >> 27); in cdnsp_decode_slot_context()
487 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in cdnsp_zero_in_ctx()707 slot_ctx->dev_info &= cpu_to_le32(~LAST_CTX_MASK); in cdnsp_update_eps_configuration()
605 #define LAST_CTX_MASK ((unsigned int)GENMASK(31, 27)) macro