Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_subr.c417 uint32_t pll_on_delay, fref_sel_delay; in bhnd_pwrctl_init() local
446 fref_sel_delay = ((slowmaxfreq * CHIPC_FREF_DELAY) + 999999) / 1000000; in bhnd_pwrctl_init()
449 bhnd_bus_write_4(sc->res, CHIPC_PLL_FREFSEL_DELAY, fref_sel_delay); in bhnd_pwrctl_init()