Searched refs:GEN8_STOLEN_RESERVED_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
341 switch (reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK) { in chv_get_stolen_reserved()356 MISSING_CASE(reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK); in chv_get_stolen_reserved()410 switch (reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK) { in icl_get_stolen_reserved()425 MISSING_CASE(reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK); in icl_get_stolen_reserved()
139 #define GEN8_STOLEN_RESERVED_SIZE_MASK (3 << 7) macro