Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Dinterwave.c522 static struct iw_codec_freq iw_cf[17] = { in iw_set_speed() local
577 if (freq <= iw_cf[var].freq) in iw_set_speed()
580 if (abs(freq - iw_cf[var].freq) > abs(iw_cf[var + 1].freq - freq)) in iw_set_speed()
584 IW_WRITE_CODEC_1(CRDFI | IW_MCE, sc->recfmtbits | iw_cf[var].bits); in iw_set_speed()
586 IW_WRITE_CODEC_1(CPDFI | IW_MCE, sc->playfmtbits | iw_cf[var].bits); in iw_set_speed()
587 freq = iw_cf[var].freq; in iw_set_speed()
589 in ? "in" : "out", (int) freq, iw_cf[var].bits)); in iw_set_speed()