Searched refs:ot_opp_hz_max (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/arch/arm64/dev/
H A Daplcpu.c59 uint64_t ot_opp_hz_max; member in struct:opp_table
261 ot->ot_opp_hz_max = ot->ot_opp[count - 1].opp_hz;
269 if (sc->sc_opp_hz_max < ot->ot_opp_hz_max)
270 sc->sc_opp_hz_max = ot->ot_opp_hz_max;
/openbsd-current/sys/arch/riscv64/riscv64/
H A Dcpu.c509 uint64_t ot_opp_hz_max; member in struct:opp_table
587 ot->ot_opp_hz_max = ot->ot_opp[count - 1].opp_hz;
675 max = ot->ot_opp_hz_max;
760 max = ot->ot_opp_hz_max;
/openbsd-current/sys/arch/arm/arm/
H A Dcpu.c605 uint64_t ot_opp_hz_max; member in struct:opp_table
665 ot->ot_opp_hz_max = ot->ot_opp[count - 1].opp_hz;
750 ot->ot_opp_hz_max = ot->ot_opp[count - 1].opp_hz;
837 max = ot->ot_opp_hz_max;
921 max = ot->ot_opp_hz_max;
/openbsd-current/sys/arch/arm64/arm64/
H A Dcpu.c1638 uint64_t ot_opp_hz_max; member in struct:opp_table
1716 ot->ot_opp_hz_max = ot->ot_opp[count - 1].opp_hz;
1807 max = ot->ot_opp_hz_max;
1891 max = ot->ot_opp_hz_max;

Completed in 66 milliseconds