Searched refs:sc_clkfreq (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dpluartvar.h51 int sc_clkfreq; member in struct:pluart_softc
H A Dpluart.c337 if (sc->sc_clkfreq != 0 && ospeed != 0 && ospeed != tp->t_ospeed) {
376 div = 4 * sc->sc_clkfreq / ospeed;
/openbsd-current/sys/dev/fdt/
H A Dpluart_fdt.c78 sc->sc_clkfreq = clock_get_frequency(faa->fa_node, "uartclk");

Completed in 279 milliseconds