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

/freebsd-13-stable/sys/dev/ral/
H A Drt2860var.h181 uint8_t txmixgain_2ghz; member in struct:rt2860_softc
H A Drt2860.c2734 if (sc->txmixgain_2ghz >= 2)
2735 rf = (rf & ~0x7) | sc->txmixgain_2ghz;
3615 sc->txmixgain_2ghz = val & 0x7;
3616 DPRINTF(("tx mixer gain=%u (2GHz)\n", sc->txmixgain_2ghz));
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_runvar.h196 uint8_t txmixgain_2ghz; member in struct:run_softc
H A Dif_run.c2035 sc->txmixgain_2ghz = 0;
2043 sc->txmixgain_2ghz = val & 0x7;
2046 sc->txmixgain_2ghz);
4386 rf = 0x48 | sc->txmixgain_2ghz;
5631 if (sc->txmixgain_2ghz >= mingain)
5632 rf = (rf & ~0x7) | sc->txmixgain_2ghz;
5866 rf = (rf & ~0x07) | sc->txmixgain_2ghz;
5941 ((sc->txmixgain_2ghz & 0x07) << 2);

Completed in 78 milliseconds