Lines Matching refs:lna
623 sc->lna[2] = val >> 8; /* channel group 2 */ in rt2860_read_eeprom()
630 sc->lna[3] = val >> 8; /* channel group 3 */ in rt2860_read_eeprom()
633 sc->lna[0] = val & 0xff; /* channel group 0 */ in rt2860_read_eeprom()
634 sc->lna[1] = val >> 8; /* channel group 1 */ in rt2860_read_eeprom()
637 if (sc->lna[2] == 0 || sc->lna[2] == 0xff) { in rt2860_read_eeprom()
640 sc->lna[2] = sc->lna[1]; in rt2860_read_eeprom()
642 if (sc->lna[3] == 0 || sc->lna[3] == 0xff) { in rt2860_read_eeprom()
645 sc->lna[3] = sc->lna[1]; in rt2860_read_eeprom()
2139 rt2860_mcu_bbp_write(sc, 62, 0x37 - sc->lna[group]); in rt2860_select_chan_group()
2140 rt2860_mcu_bbp_write(sc, 63, 0x37 - sc->lna[group]); in rt2860_select_chan_group()
2141 rt2860_mcu_bbp_write(sc, 64, 0x37 - sc->lna[group]); in rt2860_select_chan_group()
2166 rt2860_mcu_bbp_write(sc, 66, 0x2e + sc->lna[group]); in rt2860_select_chan_group()