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

/freebsd-12-stable/sys/dev/rtwn/rtl8812a/
H A Dr12a_chan.c278 rtwn_bb_setbits(sc, R12A_RFMOD, 0, 0xc00);
281 rtwn_bb_setbits(sc, R12A_RFMOD, 0x400, 0x800);
285 rtwn_bb_setbits(sc, R12A_RFMOD, 0, 0x300);
289 rtwn_bb_setbits(sc, R12A_RFMOD, 0x100, 0x200);
298 rtwn_bb_setbits(sc, R12A_RFMOD, 0, 0x300);
300 rtwn_bb_setbits(sc, R12A_RFMOD, 0x100, 0x200);
418 rtwn_bb_setbits(sc, R12A_RFMOD, 0x003003c3, 0x00300201);
422 val = rtwn_bb_read(sc, R12A_RFMOD);
424 rtwn_bb_write(sc, R12A_RFMOD, val);
449 rtwn_bb_setbits(sc, R12A_RFMOD,
[all...]
H A Dr12a_reg.h104 #define R12A_RFMOD 0x8ac macro
151 /* Bits for R12A_RFMOD. */

Completed in 108 milliseconds