Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/chipc/pwrctl/
H A Dbhnd_pwrctl_subr.c360 bhnd_clksrc slowclk; in bhnd_pwrctl_slowclk_freq() local
364 slowclk = bhnd_pwrctl_slowclk_src(sc); in bhnd_pwrctl_slowclk_freq()
368 if (slowclk == BHND_CLKSRC_PCI) in bhnd_pwrctl_slowclk_freq()
390 switch (slowclk) { in bhnd_pwrctl_slowclk_freq()
401 device_printf(sc->dev, "unknown slowclk source %#x\n", slowclk); in bhnd_pwrctl_slowclk_freq()
415 uint32_t pll_delay, slowclk, slowmaxfreq; in bhnd_pwrctl_init() local
434 slowclk = bhnd_pwrctl_slowclk_src(sc); in bhnd_pwrctl_init()
435 if (slowclk != CHIPC_SCC_SS_XTAL) in bhnd_pwrctl_init()