Searched refs:GEN8_STOLEN_RESERVED_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
309 switch (reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK) { in chv_get_stolen_reserved()324 MISSING_CASE(reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK); in chv_get_stolen_reserved()357 switch (reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK) { in icl_get_stolen_reserved()372 MISSING_CASE(reg_val & GEN8_STOLEN_RESERVED_SIZE_MASK); in icl_get_stolen_reserved()
409 #define GEN8_STOLEN_RESERVED_SIZE_MASK (3 << 7) macro