Symbol: rt2860_mcu_bbp_write
sys/dev/ic/rt2860.c
121
static void rt2860_mcu_bbp_write(struct rt2860_softc *, uint8_t, uint8_t);
sys/dev/ic/rt2860.c
2273
rt2860_mcu_bbp_write(sc, 62, 0x37 - sc->lna[group]);
sys/dev/ic/rt2860.c
2274
rt2860_mcu_bbp_write(sc, 63, 0x37 - sc->lna[group]);
sys/dev/ic/rt2860.c
2275
rt2860_mcu_bbp_write(sc, 64, 0x37 - sc->lna[group]);
sys/dev/ic/rt2860.c
2276
rt2860_mcu_bbp_write(sc, 86, 0x00);
sys/dev/ic/rt2860.c
2280
rt2860_mcu_bbp_write(sc, 82, 0x62);
sys/dev/ic/rt2860.c
2281
rt2860_mcu_bbp_write(sc, 75, 0x46);
sys/dev/ic/rt2860.c
2283
rt2860_mcu_bbp_write(sc, 82, 0x84);
sys/dev/ic/rt2860.c
2284
rt2860_mcu_bbp_write(sc, 75, 0x50);
sys/dev/ic/rt2860.c
2288
rt2860_mcu_bbp_write(sc, 82, 0x94);
sys/dev/ic/rt2860.c
2290
rt2860_mcu_bbp_write(sc, 82, 0xf2);
sys/dev/ic/rt2860.c
2293
rt2860_mcu_bbp_write(sc, 75, 0x46);
sys/dev/ic/rt2860.c
2295
rt2860_mcu_bbp_write(sc, 75, 0x50);
sys/dev/ic/rt2860.c
2356
rt2860_mcu_bbp_write(sc, 66, agc);
sys/dev/ic/rt2860.c
2632
rt2860_mcu_bbp_write(sc, 4, (bbp & ~0x08) | 0x10);
sys/dev/ic/rt2860.c
2642
rt2860_mcu_bbp_write(sc, 4, bbp & ~0x18);
sys/dev/ic/rt2860.c
2669
rt2860_mcu_bbp_write(sc, 138, bbp);
sys/dev/ic/rt2860.c
2735
rt2860_mcu_bbp_write(sc, 79, 0x13);
sys/dev/ic/rt2860.c
2736
rt2860_mcu_bbp_write(sc, 80, 0x05);
sys/dev/ic/rt2860.c
2737
rt2860_mcu_bbp_write(sc, 81, 0x33);
sys/dev/ic/rt2860.c
2741
rt2860_mcu_bbp_write(sc, 103, 0xc0);
sys/dev/ic/rt2860.c
2748
rt2860_mcu_bbp_write(sc, 138, bbp);
sys/dev/ic/rt2860.c
2755
rt2860_mcu_bbp_write(sc, 4,
sys/dev/ic/rt2860.c
2883
rt2860_mcu_bbp_write(sc, 24, 0x00);
sys/dev/ic/rt2860.c
2886
rt2860_mcu_bbp_write(sc, 25, 0x90);
sys/dev/ic/rt2860.c
2897
rt2860_mcu_bbp_write(sc, 24, 0x06);
sys/dev/ic/rt2860.c
2900
rt2860_mcu_bbp_write(sc, 25, 0x90);
sys/dev/ic/rt2860.c
2921
rt2860_mcu_bbp_write(sc, 24, 0x00);
sys/dev/ic/rt2860.c
2938
rt2860_mcu_bbp_write(sc, 103, 0xc0);
sys/dev/ic/rt2860.c
2942
rt2860_mcu_bbp_write(sc, 31, bbp & ~0x03);
sys/dev/ic/rt2860.c
3635
rt2860_mcu_bbp_write(sc, rt2860_def_bbp[i].reg,
sys/dev/ic/rt2860.c
3642
rt2860_mcu_bbp_write(sc, 84, 0x19);
sys/dev/ic/rt2860.c
3645
rt2860_mcu_bbp_write(sc, 79, 0x13);
sys/dev/ic/rt2860.c
3646
rt2860_mcu_bbp_write(sc, 80, 0x05);
sys/dev/ic/rt2860.c
3647
rt2860_mcu_bbp_write(sc, 81, 0x33);
sys/dev/ic/rt2860.c
3649
rt2860_mcu_bbp_write(sc, 69, 0x16);
sys/dev/ic/rt2860.c
3650
rt2860_mcu_bbp_write(sc, 73, 0x12);
sys/dev/ic/rt2860.c
3665
rt2860_mcu_bbp_write(sc, 105, bbp | RT5390_MLD);
sys/dev/ic/rt2860.c
3670
rt2860_mcu_bbp_write(sc, 4, bbp | RT5390_MAC_IF_CTRL);
sys/dev/ic/rt2860.c
3673
rt2860_mcu_bbp_write(sc, rt5390_def_bbp[i].reg,
sys/dev/ic/rt2860.c
3678
rt2860_mcu_bbp_write(sc, 84, 0x9a);
sys/dev/ic/rt2860.c
3679
rt2860_mcu_bbp_write(sc, 95, 0x9a);
sys/dev/ic/rt2860.c
3680
rt2860_mcu_bbp_write(sc, 98, 0x12);
sys/dev/ic/rt2860.c
3681
rt2860_mcu_bbp_write(sc, 106, 0x05);
sys/dev/ic/rt2860.c
3682
rt2860_mcu_bbp_write(sc, 134, 0xd0);
sys/dev/ic/rt2860.c
3683
rt2860_mcu_bbp_write(sc, 135, 0xf6);
sys/dev/ic/rt2860.c
3687
rt2860_mcu_bbp_write(sc, 152, bbp | 0x80);
sys/dev/ic/rt2860.c
3691
rt2860_mcu_bbp_write(sc, 154, 0);
sys/dev/ic/rt2860.c
3934
rt2860_mcu_bbp_write(sc, sc->bbp[i].reg, sc->bbp[i].val);
sys/dev/ic/rt2860.c
3969
rt2860_mcu_bbp_write(sc, 3, bbp3);
sys/dev/ic/rt2860.c
3979
rt2860_mcu_bbp_write(sc, 1, bbp1);
sys/dev/ic/rt2860.c
4165
rt2860_mcu_bbp_write(sc, 152,
sys/dev/ic/rt2860.c
4175
rt2860_mcu_bbp_write(sc, 152,