Searched refs:entryId (Results 1 – 1 of 1) sorted by relevance
514 uint8_t entryId; in phm_get_sclk_for_voltage_evv() local522 for (entryId = 0; entryId < table_info->vdd_dep_on_sclk->count; entryId++) { in phm_get_sclk_for_voltage_evv()523 voltageId = table_info->vdd_dep_on_sclk->entries[entryId].vddInd; in phm_get_sclk_for_voltage_evv()528 PP_ASSERT_WITH_CODE(entryId < table_info->vdd_dep_on_sclk->count, in phm_get_sclk_for_voltage_evv()533 *sclk = table_info->vdd_dep_on_sclk->entries[entryId].clk; in phm_get_sclk_for_voltage_evv()