HomeSort by: relevance | last modified time | path
    Searched defs:txmode (Results 1 - 3 of 3) sorted by relevancy

  /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
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 4713 uint8_t txmode; local
4720 txmode = urtwn_read_1(sc, R92C_OFDM1_LSTF + 3);
4721 if ((txmode & 0x70) != 0) {
4723 urtwn_write_1(sc, R92C_OFDM1_LSTF + 3, txmode & ~0x70);
4744 if ((txmode & 0x70) != 0) {
4746 urtwn_write_1(sc, R92C_OFDM1_LSTF + 3, txmode);

Completed in 25 milliseconds