Symbol: rt2860_mcu_bbp_write
sys/dev/ic/rt2860.c
114
void rt2860_mcu_bbp_write(struct rt2860_softc *, uint8_t, uint8_t);
sys/dev/ic/rt2860.c
2131
rt2860_mcu_bbp_write(sc, 62, 0x37 - sc->lna[group]);
sys/dev/ic/rt2860.c
2132
rt2860_mcu_bbp_write(sc, 63, 0x37 - sc->lna[group]);
sys/dev/ic/rt2860.c
2133
rt2860_mcu_bbp_write(sc, 64, 0x37 - sc->lna[group]);
sys/dev/ic/rt2860.c
2134
rt2860_mcu_bbp_write(sc, 86, 0x00);
sys/dev/ic/rt2860.c
2138
rt2860_mcu_bbp_write(sc, 82, 0x62);
sys/dev/ic/rt2860.c
2139
rt2860_mcu_bbp_write(sc, 75, 0x46);
sys/dev/ic/rt2860.c
2141
rt2860_mcu_bbp_write(sc, 82, 0x84);
sys/dev/ic/rt2860.c
2142
rt2860_mcu_bbp_write(sc, 75, 0x50);
sys/dev/ic/rt2860.c
2146
rt2860_mcu_bbp_write(sc, 82, 0x94);
sys/dev/ic/rt2860.c
2148
rt2860_mcu_bbp_write(sc, 82, 0xf2);
sys/dev/ic/rt2860.c
2151
rt2860_mcu_bbp_write(sc, 75, 0x46);
sys/dev/ic/rt2860.c
2153
rt2860_mcu_bbp_write(sc, 75, 0x50);
sys/dev/ic/rt2860.c
2214
rt2860_mcu_bbp_write(sc, 66, agc);
sys/dev/ic/rt2860.c
2425
rt2860_mcu_bbp_write(sc, 68, 0x0c);
sys/dev/ic/rt2860.c
2427
rt2860_mcu_bbp_write(sc, 68, 0x0b);
sys/dev/ic/rt2860.c
2506
rt2860_mcu_bbp_write(sc, 4, (bbp & ~0x08) | 0x10);
sys/dev/ic/rt2860.c
2516
rt2860_mcu_bbp_write(sc, 4, bbp & ~0x18);
sys/dev/ic/rt2860.c
2543
rt2860_mcu_bbp_write(sc, 138, bbp);
sys/dev/ic/rt2860.c
2617
rt2860_mcu_bbp_write(sc, 79, 0x13);
sys/dev/ic/rt2860.c
2618
rt2860_mcu_bbp_write(sc, 80, 0x05);
sys/dev/ic/rt2860.c
2619
rt2860_mcu_bbp_write(sc, 81, 0x33);
sys/dev/ic/rt2860.c
2624
rt2860_mcu_bbp_write(sc, 103, 0xc0);
sys/dev/ic/rt2860.c
2631
rt2860_mcu_bbp_write(sc, 138, bbp);
sys/dev/ic/rt2860.c
2638
rt2860_mcu_bbp_write(sc, 4,
sys/dev/ic/rt2860.c
2647
rt2860_mcu_bbp_write(sc, 154, 0);
sys/dev/ic/rt2860.c
2770
rt2860_mcu_bbp_write(sc, 24, 0x00);
sys/dev/ic/rt2860.c
2773
rt2860_mcu_bbp_write(sc, 25, 0x90);
sys/dev/ic/rt2860.c
2784
rt2860_mcu_bbp_write(sc, 24, 0x06);
sys/dev/ic/rt2860.c
2787
rt2860_mcu_bbp_write(sc, 25, 0x90);
sys/dev/ic/rt2860.c
2808
rt2860_mcu_bbp_write(sc, 24, 0x00);
sys/dev/ic/rt2860.c
2825
rt2860_mcu_bbp_write(sc, 103, 0xc0);
sys/dev/ic/rt2860.c
2829
rt2860_mcu_bbp_write(sc, 31, bbp & ~0x03);
sys/dev/ic/rt2860.c
3504
rt2860_mcu_bbp_write(sc, rt2860_def_bbp[i].reg,
sys/dev/ic/rt2860.c
3511
rt2860_mcu_bbp_write(sc, 84, 0x19);
sys/dev/ic/rt2860.c
3514
rt2860_mcu_bbp_write(sc, 79, 0x13);
sys/dev/ic/rt2860.c
3515
rt2860_mcu_bbp_write(sc, 80, 0x05);
sys/dev/ic/rt2860.c
3516
rt2860_mcu_bbp_write(sc, 81, 0x33);
sys/dev/ic/rt2860.c
3518
rt2860_mcu_bbp_write(sc, 69, 0x16);
sys/dev/ic/rt2860.c
3519
rt2860_mcu_bbp_write(sc, 73, 0x12);
sys/dev/ic/rt2860.c
3534
rt2860_mcu_bbp_write(sc, 105, bbp | RT5390_MLD);
sys/dev/ic/rt2860.c
3539
rt2860_mcu_bbp_write(sc, 4, bbp | RT5390_MAC_IF_CTRL);
sys/dev/ic/rt2860.c
3542
rt2860_mcu_bbp_write(sc, rt3290_def_bbp[i].reg,
sys/dev/ic/rt2860.c
3547
rt2860_mcu_bbp_write(sc, rt5390_def_bbp[i].reg,
sys/dev/ic/rt2860.c
3553
rt2860_mcu_bbp_write(sc, 84, 0x9a);
sys/dev/ic/rt2860.c
3554
rt2860_mcu_bbp_write(sc, 95, 0x9a);
sys/dev/ic/rt2860.c
3555
rt2860_mcu_bbp_write(sc, 98, 0x12);
sys/dev/ic/rt2860.c
3556
rt2860_mcu_bbp_write(sc, 106, 0x05);
sys/dev/ic/rt2860.c
3557
rt2860_mcu_bbp_write(sc, 134, 0xd0);
sys/dev/ic/rt2860.c
3558
rt2860_mcu_bbp_write(sc, 135, 0xf6);
sys/dev/ic/rt2860.c
3562
rt2860_mcu_bbp_write(sc, 152, bbp | 0x80);
sys/dev/ic/rt2860.c
3566
rt2860_mcu_bbp_write(sc, 154, 0);
sys/dev/ic/rt2860.c
3850
rt2860_mcu_bbp_write(sc, sc->bbp[i].reg, sc->bbp[i].val);
sys/dev/ic/rt2860.c
3888
rt2860_mcu_bbp_write(sc, 3, bbp3);
sys/dev/ic/rt2860.c
3898
rt2860_mcu_bbp_write(sc, 1, bbp1);
sys/dev/ic/rt2860.c
4089
rt2860_mcu_bbp_write(sc, 152,
sys/dev/ic/rt2860.c
4101
rt2860_mcu_bbp_write(sc, 152,