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

/freebsd-13-stable/sys/dev/ral/
H A Drt2860var.h175 uint8_t patch_dac; member in struct:rt2860_softc
H A Drt2860.c2654 if (sc->patch_dac && sc->mac_rev < 0x0211)
2875 if (sc->patch_dac && sc->mac_rev < 0x0211) {
2911 if (sc->patch_dac && sc->mac_rev < 0x0211) {
3001 sc->patch_dac ? 0x2c : 0x0f);
3450 sc->patch_dac = (val >> 15) & 1;
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_runvar.h190 uint8_t patch_dac; member in struct:run_softc
H A Dif_run.c1975 sc->patch_dac = (val >> 15) & 1;
5581 if (sc->mac_rev < 0x0211 || !sc->patch_dac) {
5889 sc->patch_dac ? 0x2c : 0x0f);
5932 sc->patch_dac ? 0x2c : 0x0f);
6031 sc->patch_dac ? 0x2c : 0x0f);

Completed in 77 milliseconds