Home
last modified time | relevance | path

Searched refs:ndiv_max (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/cpufreq/
H A Dtegra186-cpufreq.c176 if (ndiv < data->ndiv_min || ndiv > data->ndiv_max) in init_vhint_table()
201 if (ndiv < data->ndiv_min || ndiv > data->ndiv_max) in init_vhint_table()
H A Dtegra194-cpufreq.c655 delta_ndiv = resp.ndiv_max - resp.ndiv_min; in tegra_cpufreq_bpmp_read_lut()
660 /* We store both ndiv_min and ndiv_max hence the +1 */ in tegra_cpufreq_bpmp_read_lut()
672 ndiv < resp.ndiv_max; in tegra_cpufreq_bpmp_read_lut()
678 freq_table[index].driver_data = resp.ndiv_max; in tegra_cpufreq_bpmp_read_lut()
679 freq_table[index++].frequency = map_ndiv_to_freq(&resp, resp.ndiv_max); in tegra_cpufreq_bpmp_read_lut()
/linux/include/soc/tegra/
H A Dbpmp-abi.h1980 uint16_t ndiv_max; /**< fMAX expressed with max NDIV value */ member
2675 uint16_t ndiv_max; member