Home
last modified time | relevance | path

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

/openbsd/sys/arch/luna88k/cbus/
H A Dnec86hwvar.h170 u_char nec86hw_rate_bits(struct nec86hw_softc *, u_long);
H A Dnec86hw.c236 sc->hw_orate_bits = nec86hw_rate_bits(sc, p->sample_rate); in nec86hw_set_params()
239 sc->hw_irate_bits = nec86hw_rate_bits(sc, r->sample_rate); in nec86hw_set_params()
638 nec86hw_rate_bits(struct nec86hw_softc *sc, u_long sr) in nec86hw_rate_bits() function