Searched refs:tx_c (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/rtwn/rtl8188e/
H A Dr88e_calib.c313 long y, tx_c; local
331 tx_c = (y * val) >> 8;
333 (tx_c & 0x3c0) << 22);
335 (tx_c & 0x3f) << 16);
/freebsd-current/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_calib.c315 long y, tx_c; local
333 tx_c = (y * val) >> 8;
335 (tx_c & 0x3c0) << 22);
337 (tx_c & 0x3f) << 16);
/freebsd-current/sys/dev/rtwn/rtl8192c/
H A Dr92c_calib.c334 long y, tx_c; local
352 tx_c = (y * val) >> 8;
354 (tx_c & 0x3c0) << 22);
356 (tx_c & 0x3f) << 16);

Completed in 172 milliseconds