Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/cpufreq/
Dmediatek-cpufreq-hw.c18 #define LUT_MAX_ENTRIES 32U macro
105 index = min(index, LUT_MAX_ENTRIES - 1); in mtk_cpufreq_hw_get()
130 data->table = devm_kcalloc(dev, LUT_MAX_ENTRIES + 1, in mtk_cpu_create_freq_table()
137 for (i = 0; i < LUT_MAX_ENTRIES; i++) { in mtk_cpu_create_freq_table()
Dqcom-cpufreq-hw.c21 #define LUT_MAX_ENTRIES 40U macro
160 index = min(index, LUT_MAX_ENTRIES - 1); in qcom_cpufreq_get_freq()
212 table = kcalloc(LUT_MAX_ENTRIES + 1, sizeof(*table), GFP_KERNEL); in qcom_cpufreq_hw_read_lut()
237 for (i = 0; i < LUT_MAX_ENTRIES; i++) { in qcom_cpufreq_hw_read_lut()
/Linux-v6.6/drivers/interconnect/qcom/
Dosm-l3.c17 #define LUT_MAX_ENTRIES 40U macro
43 unsigned long lut_tables[LUT_MAX_ENTRIES];
208 for (i = 0; i < LUT_MAX_ENTRIES; i++) { in qcom_osm_l3_probe()