Searched refs:GEN8_STOLEN_RESERVED_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
308 switch (reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK) { in chv_get_stolen_reserved()323 MISSING_CASE(reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK); in chv_get_stolen_reserved()358 switch (reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK) { in icl_get_stolen_reserved()373 MISSING_CASE(reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK); in icl_get_stolen_reserved()
498 #define GEN8_STOLEN_RESERVED_SIZE_MASK (3 << 7) macro