Home
last modified time | relevance | path

Searched refs:rate_count (Results 1 – 4 of 4) sorted by relevance

/system/dev/thermal/aml-thermal-s905d2g/
A Daml-cpufreq.cpp152 size_t rate_count = s905d2_fclk_get_rate_table_count(); in ConfigureFixedPLL() local
156 for (i = 0; i < rate_count; i++) { in ConfigureFixedPLL()
161 if (i == rate_count) { in ConfigureFixedPLL()
/system/dev/lib/amlogic/
A Ds905d2-pll-rates.c47 for (uint32_t i = 0; i < pll_dev->rate_count; i++) { in s905d2_pll_fetch_rate()
A Ds905d2-hiu.c78 pll_dev->rate_count = s905d2_get_rate_table_count(pll_num); in s905d2_pll_init()
81 ZX_DEBUG_ASSERT(pll_dev->rate_count); in s905d2_pll_init()
/system/dev/lib/amlogic/include/soc/aml-s905d2/
A Ds905d2-hiu.h135 size_t rate_count; // Number of entries in the rate table. member

Completed in 4 milliseconds