Home
last modified time | relevance | path

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

/src/sys/dev/otus/
H A Dif_otus.c2769 uint8_t chansel, d0, d1; in otus_set_rf_bank4() local
2777 chansel = (c->ic_freq - 4800) / 5; in otus_set_rf_bank4()
2778 if (chansel & 1) in otus_set_rf_bank4()
2786 chansel = 10 + (c->ic_freq - 2274) / 5; in otus_set_rf_bank4()
2788 chansel = 16 + (c->ic_freq - 2272) / 5; in otus_set_rf_bank4()
2789 chansel <<= 2; in otus_set_rf_bank4()
2792 d1 = otus_reverse_bits(chansel); in otus_set_rf_bank4()