Searched refs:max_freq (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/arm/allwinner/clkng/
H A Daw_clk_frac.h42 uint64_t max_freq; member in struct:aw_clk_frac_def
H A Daw_clk_mipi.h42 uint64_t max_freq; member in struct:aw_clk_mipi_def
H A Daw_clk_mipi.c61 uint64_t max_freq; member in struct:aw_clk_mipi_sc
167 best > sc->max_freq) {
170 sc->min_freq, sc->max_freq);
285 sc->max_freq = clkdef->max_freq;
H A Daw_clk_frac.c61 uint64_t max_freq; member in struct:aw_clk_frac_sc
170 if (cur > sc->max_freq) {
245 best > sc->max_freq) {
248 sc->min_freq, sc->max_freq);
384 sc->max_freq = clkdef->max_freq;
H A Daw_clk.h353 .max_freq = _max_freq, \
/freebsd-13-stable/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_subr.c361 bhnd_pwrctl_slowclk_freq(struct bhnd_pwrctl_softc *sc, bool max_freq) argument
380 if (max_freq) {
395 hz = max_freq ? CHIPC_LPOMAXFREQ : CHIPC_LPOMINFREQ;
398 hz = max_freq ? CHIPC_XTALMAXFREQ : CHIPC_XTALMINFREQ;
401 hz = max_freq ? CHIPC_PCIMAXFREQ : CHIPC_PCIMINFREQ;
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_spi.c113 uint64_t max_freq; member in struct:rk_spi_softc
180 if (sc->max_freq < freq*2) {
182 clk_get_freq(sc->clk_spi, &sc->max_freq);
185 div = ((sc->max_freq + freq - 1) / freq);
332 clk_get_freq(sc->clk_spi, &sc->max_freq);
/freebsd-13-stable/sys/x86/x86/
H A Dtsc.c574 uint64_t max_freq; local
584 max_freq = UINT_MAX;
636 max_freq >>= tsc_shift;
639 for (shift = 0; shift <= 31 && (tsc_freq >> shift) > max_freq; shift++)
717 uint64_t max_freq; local
737 max_freq = (uint64_t)levels[0].total_set.freq * 1000000;
738 set_cputicker(rdtsc, max_freq, 1);

Completed in 96 milliseconds