Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/bhnd/
HDbhnd_types.h123 BHND_CLOCK_ILP = (1 << 1), enumerator
HDbhnd.c594 case BHND_CLOCK_ILP: in bhnd_generic_request_clock()
650 if (clocks & BHND_CLOCK_ILP) /* nothing to enable */ in bhnd_generic_enable_clocks()
651 clocks &= ~BHND_CLOCK_ILP; in bhnd_generic_enable_clocks()
/freebsd-14-stable/sys/dev/bhnd/cores/chipc/pwrctl/
HDbhnd_pwrctl.c297 case BHND_CLOCK_ILP: in bhnd_pwrctl_get_clock_freq()
375 case BHND_CLOCK_ILP: in bhnd_pwrctl_updateclk()
HDbhnd_pwrctl_subr.c335 BHND_CLOCK_ILP)); in bhnd_pwrctl_slowclk_src()
/freebsd-14-stable/sys/dev/bhnd/cores/pmu/
HDbhnd_pmu.c535 case BHND_CLOCK_ILP: in bhnd_pmu_get_clock_freq_method()
/freebsd-14-stable/sys/dev/bhnd/siba/
HDsiba.c583 case BHND_CLOCK_ILP: in siba_request_clock()
627 BHND_CLOCK_ILP | in siba_enable_clocks()
/freebsd-14-stable/sys/dev/bhnd/bhndb/
HDbhndb_pci.c1140 if (clock != BHND_CLOCK_ILP) in bhndb_pci_pwrctl_get_clksrc()