/src/sys/arch/next68k/dev/ |
enreg.h | 41 unsigned char txmode; /* 4 */ member in struct:en_regs
|
/src/sys/arch/next68k/stand/boot/ |
en.c | 132 er->txmode = 0 | EN_TMD_COLLSHIFT; 134 er->txmode = EN_TMD_LB_DISABLE; 147 /* er->txmode |= EN_TMD_COLLSHIFT; */ 149 /* er->txmode &= ~EN_TMD_LB_DISABLE; /\* ZZZ *\/ */ 232 er->txmode |= 0x80;
|
/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);
|