Searched refs:delta_2ghz (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c3353 int8_t delta_2ghz, delta_5ghz; local
3517 delta_2ghz = delta_5ghz = 0;
3519 delta_2ghz = val & 0xf;
3521 delta_2ghz = -delta_2ghz;
3530 delta_2ghz, delta_5ghz));
3541 sc->txpow40mhz_2ghz[ridx] = b4inc(reg, delta_2ghz);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c1733 int8_t delta_2ghz, delta_5ghz; local
1872 delta_2ghz = delta_5ghz = 0;
1874 delta_2ghz = val & 0xf;
1876 delta_2ghz = -delta_2ghz;
1885 delta_2ghz, delta_5ghz);
1896 sc->txpow40mhz_2ghz[ridx] = b4inc(reg, delta_2ghz);

Completed in 100 milliseconds