Home
last modified time | relevance | path

Searched refs:BHND_CLOCK_DYN (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/bhnd/cores/chipc/pwrctl/
Dbhnd_pwrctl.c304 case BHND_CLOCK_DYN: in bhnd_pwrctl_get_clock_freq()
352 clock = BHND_CLOCK_DYN; in bhnd_pwrctl_updateclk()
380 case BHND_CLOCK_DYN: in bhnd_pwrctl_updateclk()
382 clock = BHND_CLOCK_DYN; in bhnd_pwrctl_updateclk()
418 if (clock == BHND_CLOCK_DYN) { in bhnd_pwrctl_request_clock()
Dbhnd_pwrctl_subr.c536 case BHND_CLOCK_DYN: in bhnd_pwrctl_setclk()
/freebsd-12-stable/sys/dev/bhnd/
Dbhnd_types.h116 BHND_CLOCK_DYN = (1 << 0), enumerator
Dbhnd.c600 case BHND_CLOCK_DYN: in bhnd_generic_request_clock()
660 if (clocks & BHND_CLOCK_DYN) /* nothing to enable */ in bhnd_generic_enable_clocks()
661 clocks &= ~BHND_CLOCK_DYN; in bhnd_generic_enable_clocks()
/freebsd-12-stable/sys/dev/bhnd/siba/
Dsiba.c349 BHND_CLOCK_DYN); in siba_release_pmu()
584 case BHND_CLOCK_DYN: in siba_request_clock()
628 clocks &= ~(BHND_CLOCK_DYN | in siba_enable_clocks()
897 BHND_CLOCK_DYN); in siba_suspend_hw()
/freebsd-12-stable/sys/dev/bhnd/cores/pmu/
Dbhnd_pmu.c544 case BHND_CLOCK_DYN: in bhnd_pmu_get_clock_freq_method()
/freebsd-12-stable/sys/dev/bwn/
Dif_bwn.c2194 clock = BHND_CLOCK_DYN; in bwn_core_forceclk()