Home
last modified time | relevance | path

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

/drivers/cpufreq/
Dmediatek-cpufreq-hw.c17 #define LUT_MAX_ENTRIES 32U macro
104 index = min(index, LUT_MAX_ENTRIES - 1); in mtk_cpufreq_hw_get()
129 data->table = devm_kcalloc(dev, LUT_MAX_ENTRIES + 1, in mtk_cpu_create_freq_table()
136 for (i = 0; i < LUT_MAX_ENTRIES; i++) { in mtk_cpu_create_freq_table()
Dqcom-cpufreq-hw.c20 #define LUT_MAX_ENTRIES 40U macro
153 index = min(index, LUT_MAX_ENTRIES - 1); in qcom_cpufreq_get_freq()
205 table = kcalloc(LUT_MAX_ENTRIES + 1, sizeof(*table), GFP_KERNEL); in qcom_cpufreq_hw_read_lut()
230 for (i = 0; i < LUT_MAX_ENTRIES; i++) { in qcom_cpufreq_hw_read_lut()
/drivers/interconnect/qcom/
Dosm-l3.c24 #define LUT_MAX_ENTRIES 40U macro
49 unsigned long lut_tables[LUT_MAX_ENTRIES];
273 for (i = 0; i < LUT_MAX_ENTRIES; i++) { in qcom_osm_l3_probe()