Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
A Dmediatek-cpufreq-hw.c17 #define LUT_MAX_ENTRIES 32U macro
101 index = min(index, LUT_MAX_ENTRIES - 1); in mtk_cpufreq_hw_get()
126 data->table = devm_kcalloc(dev, LUT_MAX_ENTRIES + 1, in mtk_cpu_create_freq_table()
133 for (i = 0; i < LUT_MAX_ENTRIES; i++) { in mtk_cpu_create_freq_table()
A Dqcom-cpufreq-hw.c19 #define LUT_MAX_ENTRIES 40U macro
128 index = min(index, LUT_MAX_ENTRIES - 1); in qcom_cpufreq_hw_get()
158 table = kcalloc(LUT_MAX_ENTRIES + 1, sizeof(*table), GFP_KERNEL); in qcom_cpufreq_hw_read_lut()
182 for (i = 0; i < LUT_MAX_ENTRIES; i++) { in qcom_cpufreq_hw_read_lut()
/linux/drivers/interconnect/qcom/
A Dosm-l3.c23 #define LUT_MAX_ENTRIES 40U macro
48 unsigned long lut_tables[LUT_MAX_ENTRIES];
254 for (i = 0; i < LUT_MAX_ENTRIES; i++) { in qcom_osm_l3_probe()

Completed in 9 milliseconds