Searched refs:nec86hw_rate_bits (Results 1 – 2 of 2) sorted by relevance
170 u_char nec86hw_rate_bits(struct nec86hw_softc *, u_long);
236 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