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

  /src/sys/dev/ic/
rt2860var.h 173 uint8_t patch_dac; member in struct:rt2860_softc
rt2860.c 2596 if (sc->patch_dac && sc->mac_rev < 0x0211)
2822 if (sc->patch_dac && sc->mac_rev < 0x0211) {
2858 if (sc->patch_dac && sc->mac_rev < 0x0211) {
2948 sc->patch_dac ? 0x2c : 0x0f);
3401 sc->patch_dac = (val >> 15) & 1;
  /src/sys/dev/usb/
if_runvar.h 164 uint8_t patch_dac; member in struct:run_softc
if_run.c 1645 sc->patch_dac = (val >> 15) & 1;
4159 if (sc->mac_rev < 0x0211 && sc->patch_dac)
4490 sc->patch_dac ? 0x2c : 0x0f);
4532 sc->patch_dac ? 0x2c : 0x0f);
4631 sc->patch_dac ? 0x2c : 0x0f);

Completed in 17 milliseconds