Searched refs:freq_pct (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/mediatek/ |
H A D | mtk-svs.c | 377 * @freq_pct: frequency percent table for bank init 439 u32 freq_pct[MAX_OPP_ENTRIES]; member 773 seq_printf(m, "svsb_volt[%02u]: 0x%x, freq_pct[%02u]: %u\n", in svs_status_debug_show() 774 i, svsb->volt[i], i, svsb->freq_pct[i]); in svs_status_debug_show() 905 svsb->volt[i] = interpolate(svsb->freq_pct[turn_pt], in svs_get_bank_volts_v3() 906 svsb->freq_pct[j], in svs_get_bank_volts_v3() 909 svsb->freq_pct[i]); in svs_get_bank_volts_v3() 927 svsb->volt[i] = interpolate(svsb->freq_pct[0], in svs_get_bank_volts_v3() 928 svsb->freq_pct[j], in svs_get_bank_volts_v3() 931 svsb->freq_pct[ in svs_get_bank_volts_v3() 960 u32 i, j, *freq_pct, freq_pct74 = 0, freq_pct30 = 0; svs_set_bank_freq_pct_v3() local [all...] |
Completed in 3 milliseconds