Searched refs:GEN8_STOLEN_RESERVED_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
326 switch (reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK) { in chv_get_stolen_reserved()341 MISSING_CASE(reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK); in chv_get_stolen_reserved()376 switch (reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK) { in icl_get_stolen_reserved()391 MISSING_CASE(reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK); in icl_get_stolen_reserved()
201 #define GEN8_STOLEN_RESERVED_SIZE_MASK (3 << 7) macro