HomeSort by: relevance | last modified time | path
    Searched refs:txmixgain_2ghz (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ic/
rt2860var.h 179 uint8_t txmixgain_2ghz; member in struct:rt2860_softc
rt2860.c 2683 if (sc->txmixgain_2ghz >= 2)
2684 rf = (rf & ~0x7) | sc->txmixgain_2ghz;
3566 sc->txmixgain_2ghz = val & 0x7;
3567 DPRINTF(("tx mixer gain=%u (2GHz)\n", sc->txmixgain_2ghz));
  /src/sys/dev/usb/
if_runvar.h 170 uint8_t txmixgain_2ghz; member in struct:run_softc
if_run.c 1705 sc->txmixgain_2ghz = 0;
1713 sc->txmixgain_2ghz = val & 0x7;
1715 DPRINTF(("tx mixer gain=%u (2GHz)\n", sc->txmixgain_2ghz));
3180 rf = 0x48 | sc->txmixgain_2ghz;
4232 if (sc->txmixgain_2ghz >= 1)
4233 rf = (rf & ~0x7) | sc->txmixgain_2ghz;
4467 rf = (rf & ~0x07) | sc->txmixgain_2ghz;
4541 ((sc->txmixgain_2ghz & 0x07) << 2);

Completed in 17 milliseconds