Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_subr.c416 uint32_t pll_on_delay, fref_sel_delay; in bhnd_pwrctl_init() local
444 pll_on_delay = ((slowmaxfreq * pll_delay) + 999999) / 1000000; in bhnd_pwrctl_init()
447 bhnd_bus_write_4(sc->res, CHIPC_PLL_ON_DELAY, pll_on_delay); in bhnd_pwrctl_init()
464 u_int pll_on_delay, slowminfreq; in bhnd_pwrctl_fast_pwrup_delay() local
471 pll_on_delay = bhnd_bus_read_4(sc->res, CHIPC_PLL_ON_DELAY) + 2; in bhnd_pwrctl_fast_pwrup_delay()
472 pll_on_delay *= 1000000; in bhnd_pwrctl_fast_pwrup_delay()
473 pll_on_delay += (slowminfreq - 1); in bhnd_pwrctl_fast_pwrup_delay()
474 fpdelay = pll_on_delay / slowminfreq; in bhnd_pwrctl_fast_pwrup_delay()