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

/freebsd-11.0-release/sys/dev/ral/
H A Drt2860var.h180 uint8_t txmixgain_2ghz; member in struct:rt2860_softc
H A Drt2860.c2736 if (sc->txmixgain_2ghz >= 2)
2737 rf = (rf & ~0x7) | sc->txmixgain_2ghz;
3614 sc->txmixgain_2ghz = val & 0x7;
3615 DPRINTF(("tx mixer gain=%u (2GHz)\n", sc->txmixgain_2ghz));
/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_runvar.h198 uint8_t txmixgain_2ghz; member in struct:run_softc
H A Dif_run.c1916 sc->txmixgain_2ghz = 0;
1924 sc->txmixgain_2ghz = val & 0x7;
1926 DPRINTF("tx mixer gain=%u (2GHz)\n", sc->txmixgain_2ghz);
4235 rf = 0x48 | sc->txmixgain_2ghz;
5462 if (sc->txmixgain_2ghz >= mingain)
5463 rf = (rf & ~0x7) | sc->txmixgain_2ghz;
5697 rf = (rf & ~0x07) | sc->txmixgain_2ghz;
5772 ((sc->txmixgain_2ghz & 0x07) << 2);

Completed in 70 milliseconds