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

/freebsd-11.0-release/sys/dev/ral/
H A Drt2860var.h174 uint8_t patch_dac; member in struct:rt2860_softc
H A Drt2860.c2656 if (sc->patch_dac && sc->mac_rev < 0x0211)
2877 if (sc->patch_dac && sc->mac_rev < 0x0211) {
2913 if (sc->patch_dac && sc->mac_rev < 0x0211) {
3003 sc->patch_dac ? 0x2c : 0x0f);
3449 sc->patch_dac = (val >> 15) & 1;
/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_runvar.h192 uint8_t patch_dac; member in struct:run_softc
H A Dif_run.c1857 sc->patch_dac = (val >> 15) & 1;
5412 if (sc->mac_rev < 0x0211 || !sc->patch_dac) {
5720 sc->patch_dac ? 0x2c : 0x0f);
5763 sc->patch_dac ? 0x2c : 0x0f);
5862 sc->patch_dac ? 0x2c : 0x0f);

Completed in 163 milliseconds