Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dqcom-cpufreq-hw.c17 #define LUT_MAX_ENTRIES 40U macro
113 index = min(index, LUT_MAX_ENTRIES - 1); in qcom_cpufreq_hw_get()
143 table = kcalloc(LUT_MAX_ENTRIES + 1, sizeof(*table), GFP_KERNEL); in qcom_cpufreq_hw_read_lut()
167 for (i = 0; i < LUT_MAX_ENTRIES; i++) { in qcom_cpufreq_hw_read_lut()
/OK3568_Linux_fs/kernel/drivers/interconnect/qcom/
H A Dosm-l3.c22 #define LUT_MAX_ENTRIES 40U macro
47 unsigned long lut_tables[LUT_MAX_ENTRIES];
237 for (i = 0; i < LUT_MAX_ENTRIES; i++) { in qcom_osm_l3_probe()