Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_subr.c113 rate = bhnd_pwrctl_clock_rate(pll_type, n, m); in bhnd_pwrctl_si_clock_rate()
177 return (bhnd_pwrctl_clock_rate(pll_type, n, m)); in bhnd_pwrctl_cpu_clock_rate()
189 bhnd_pwrctl_clock_rate(uint32_t pll_type, uint32_t n, uint32_t m) in bhnd_pwrctl_clock_rate() function
H A Dbhnd_pwrctlvar.h40 uint32_t bhnd_pwrctl_clock_rate(uint32_t pll_type, uint32_t n,