Searched refs:ASICREV_IS_VEGA20_P (Results 1 – 3 of 3) sorted by relevance
128 #define ASICREV_IS_VEGA20_P(eChipRev) ((eChipRev >= AI_VEGA20_P_A0) && (eChipRev < AI_UNKNOWN)) macro
325 if (!ASICREV_IS_VEGA20_P(clk->ctx->asic_id.hw_internal_rev)) in dce112_set_clock()
869 bool harvest_enabled = ASICREV_IS_VEGA20_P(ctx->asic_id.hw_internal_rev); in construct()