Searched refs:GEN8_STOLEN_RESERVED_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
291 switch (reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK) { in chv_get_stolen_reserved()306 MISSING_CASE(reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK); in chv_get_stolen_reserved()339 switch (reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK) { in icl_get_stolen_reserved()354 MISSING_CASE(reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK); in icl_get_stolen_reserved()
495 #define GEN8_STOLEN_RESERVED_SIZE_MASK (3 << 7) macro