Searched refs:chansel (Results 1 – 1 of 1) sorted by relevance
2758 uint8_t chansel, d0, d1; in otus_set_rf_bank4() local2766 chansel = (c->ic_freq - 4800) / 5; in otus_set_rf_bank4()2767 if (chansel & 1) in otus_set_rf_bank4()2775 chansel = 10 + (c->ic_freq - 2274) / 5; in otus_set_rf_bank4()2777 chansel = 16 + (c->ic_freq - 2272) / 5; in otus_set_rf_bank4()2778 chansel <<= 2; in otus_set_rf_bank4()2781 d1 = otus_reverse_bits(chansel); in otus_set_rf_bank4()