Searched refs:GUC2HOST_RESPONSE_MASK (Results 1 – 1 of 1) sorted by relevance
248 #define GUC2HOST_RESPONSE_MASK ((u32)0xF0000000) macro249 #define GUC2HOST_IS_RESPONSE(x) ((u32)(x) >= GUC2HOST_RESPONSE_MASK)250 #define GUC2HOST_STATUS(x) (GUC2HOST_RESPONSE_MASK | (x))