Home
last modified time | relevance | path

Searched refs:BHND_CLOCK_HT (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl.c270 case BHND_CLOCK_HT: in bhnd_pwrctl_get_clock_latency()
295 case BHND_CLOCK_HT: in bhnd_pwrctl_get_clock_freq()
352 clock = BHND_CLOCK_HT; in bhnd_pwrctl_updateclk()
382 clock = BHND_CLOCK_HT; in bhnd_pwrctl_updateclk()
384 case BHND_CLOCK_HT: in bhnd_pwrctl_updateclk()
H A Dbhnd_pwrctl_subr.c452 if ((error = bhnd_pwrctl_setclk(sc, BHND_CLOCK_HT))) in bhnd_pwrctl_init()
510 case BHND_CLOCK_HT: in bhnd_pwrctl_setclk()
518 BHND_CLOCK_HT); in bhnd_pwrctl_setclk()
546 BHND_CLOCK_HT); in bhnd_pwrctl_setclk()
H A Dbhnd_pwrctl_if.m66 * The BHND_CLOCK_HT latency value is suitable for use as the D11 core's
/freebsd/sys/dev/bhnd/
H A Dbhnd_types.h137 BHND_CLOCK_HT = (1 << 3) enumerator
H A Dbhnd.c601 case BHND_CLOCK_HT: in bhnd_generic_request_clock()
659 if (clocks & BHND_CLOCK_HT) { in bhnd_generic_enable_clocks()
662 clocks &= ~BHND_CLOCK_HT; in bhnd_generic_enable_clocks()
H A Dbhnd_bus_if.m709 * The BHND_CLOCK_HT latency value is suitable for use as the D11 core's
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu.c500 case BHND_CLOCK_HT: in bhnd_pmu_get_clock_latency_method()
526 case BHND_CLOCK_HT: in bhnd_pmu_get_clock_freq_method()
H A Dbhnd_pmu_if.m283 * The BHND_CLOCK_HT latency value is suitable for use as the D11 core's
/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c414 case BHND_CLOCK_HT: in siba_get_clock_latency()
583 case BHND_CLOCK_HT: in siba_request_clock()
627 BHND_CLOCK_HT); in siba_enable_clocks()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c1160 if (clock != BHND_CLOCK_HT) in bhndb_pci_pwrctl_gate_clock()
1177 if (clock != BHND_CLOCK_HT) in bhndb_pci_pwrctl_ungate_clock()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c2188 clock = BHND_CLOCK_HT; in bwn_core_forceclk()
2466 error = bhnd_get_clock_latency(sc->sc_dev, BHND_CLOCK_HT, &delay); in bwn_chip_init()