/src/sys/arch/next68k/dev/ |
enreg.h | 41 unsigned char txmode; /* 4 */ member in struct:en_regs
|
/src/sys/dev/pci/ |
if_rtwn.c | 3184 uint8_t txmode; local in function:rtwn_lc_calib 3189 txmode = rtwn_read_1(sc, R92C_OFDM1_LSTF + 3); 3190 if ((txmode & 0x70) != 0) { 3192 rtwn_write_1(sc, R92C_OFDM1_LSTF + 3, txmode & ~0x70); 3213 if ((txmode & 0x70) != 0) { 3215 rtwn_write_1(sc, R92C_OFDM1_LSTF + 3, txmode);
|
/src/sys/dev/usb/ |
if_urtwn.c | 4705 uint8_t txmode; local in function:urtwn_lc_calib 4712 txmode = urtwn_read_1(sc, R92C_OFDM1_LSTF + 3); 4713 if ((txmode & 0x70) != 0) { 4715 urtwn_write_1(sc, R92C_OFDM1_LSTF + 3, txmode & ~0x70); 4736 if ((txmode & 0x70) != 0) { 4738 urtwn_write_1(sc, R92C_OFDM1_LSTF + 3, txmode);
|