Home
last modified time | relevance | path

Searched refs:R12A_HSSI_PARAM1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_rf.c66 val = rtwn_bb_read(sc, R12A_HSSI_PARAM1(chain)); in r12a_rf_read()
87 val = rtwn_bb_read(sc, R12A_HSSI_PARAM1(chain)); in r12a_c_cut_rf_read()
H A Dr12a_init.c351 rtwn_write_1(sc, R12A_HSSI_PARAM1(0), 0x04); in r12a_power_off()
352 rtwn_write_1(sc, R12A_HSSI_PARAM1(1), 0x04); in r12a_power_off()
385 rtwn_write_1(sc, R12A_HSSI_PARAM1(0), 0x04); in r12a_power_off()
386 rtwn_write_1(sc, R12A_HSSI_PARAM1(1), 0x04); in r12a_power_off()
H A Dr12a_reg.h112 #define R12A_HSSI_PARAM1(chain) (0xc00 + (chain) * 0x200) macro