Searched refs:bbp3 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ral/
H A Drt2661.c1933 uint8_t bbp3, bbp94 = RT2661_BBPR94_DEFAULT; local
1985 bbp3 = rt2661_bbp_read(sc, 3);
1987 bbp3 &= ~RT2661_SMART_MODE;
1989 bbp3 |= RT2661_SMART_MODE;
1991 rt2661_bbp_write(sc, 3, bbp3);
H A Drt2860.c3802 uint8_t bbp1, bbp3; local
4010 bbp3 = rt2860_mcu_bbp_read(sc, 3);
4011 bbp3 &= ~(1 << 3 | 1 << 4);
4013 bbp3 |= 1 << 3;
4015 bbp3 |= 1 << 4;
4016 rt2860_mcu_bbp_write(sc, 3, bbp3);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rum.c2062 uint8_t bbp3, bbp94 = RT2573_BBPR94_DEFAULT; local
2114 bbp3 = rum_bbp_read(sc, 3);
2116 bbp3 &= ~RT2573_SMART_MODE;
2118 bbp3 |= RT2573_SMART_MODE;
2120 rum_bbp_write(sc, 3, bbp3);
H A Dif_run.c5954 uint8_t bbp1, bbp3; local
6122 run_bbp_read(sc, 3, &bbp3);
6123 bbp3 &= ~(1 << 3 | 1 << 4);
6125 bbp3 |= 1 << 3;
6127 bbp3 |= 1 << 4;
6128 run_bbp_write(sc, 3, bbp3);

Completed in 125 milliseconds