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

/freebsd-9.3-release/sys/dev/ral/
H A Drt2860var.h173 uint8_t patch_dac; member in struct:rt2860_softc
H A Drt2860.c2579 if (sc->patch_dac && sc->mac_rev < 0x0211)
2732 if (sc->patch_dac && sc->mac_rev < 0x0211) {
2822 sc->patch_dac ? 0x2c : 0x0f);
3280 sc->patch_dac = (val >> 15) & 1;
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_runvar.h181 uint8_t patch_dac; member in struct:run_softc
H A Dif_run.c1858 sc->patch_dac = (val >> 15) & 1;
5435 if (sc->mac_rev < 0x0211 || !sc->patch_dac) {
5743 sc->patch_dac ? 0x2c : 0x0f);
5786 sc->patch_dac ? 0x2c : 0x0f);
5885 sc->patch_dac ? 0x2c : 0x0f);

Completed in 133 milliseconds