Searched refs:R92C_MCUFWDL (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/rtwn/
H A Dif_rtwn_fw.c65 reg = rtwn_read_4(sc, R92C_MCUFWDL);
67 rtwn_write_4(sc, R92C_MCUFWDL, reg);
101 if (rtwn_read_4(sc, R92C_MCUFWDL) & R92C_MCUFWDL_CHKSUM_RPT)
153 if (rtwn_read_1(sc, R92C_MCUFWDL) & R92C_MCUFWDL_RAM_DL_SEL) {
154 rtwn_write_1(sc, R92C_MCUFWDL, 0);
168 rtwn_setbits_1(sc, R92C_MCUFWDL, 0, R92C_MCUFWDL_CHKSUM_RPT);
202 rtwn_setbits_4(sc, R92C_MCUFWDL, R92C_MCUFWDL_WINTINI_RDY,
209 if (rtwn_read_4(sc, R92C_MCUFWDL) & R92C_MCUFWDL_WINTINI_RDY)
/freebsd-13-stable/sys/dev/rtwn/rtl8812a/
H A Dr12a_fw.c89 rtwn_setbits_1(sc, R92C_MCUFWDL, 0, R92C_MCUFWDL_EN);
91 rtwn_setbits_1_shift(sc, R92C_MCUFWDL, R92C_MCUFWDL_ROM_DLEN,
95 rtwn_setbits_1(sc, R92C_MCUFWDL, R92C_MCUFWDL_EN, 0);
H A Dr12a_init.c376 if (rtwn_read_1(sc, R92C_MCUFWDL) & R92C_MCUFWDL_RAM_DL_SEL)
383 rtwn_write_1(sc, R92C_MCUFWDL, 0);
424 rtwn_write_1(sc, R92C_MCUFWDL,
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/
H A Dr88e_fw.c123 rtwn_setbits_1(sc, R92C_MCUFWDL, 0, R92C_MCUFWDL_EN);
125 rtwn_setbits_1_shift(sc, R92C_MCUFWDL, R92C_MCUFWDL_ROM_DLEN,
129 rtwn_setbits_1(sc, R92C_MCUFWDL, R92C_MCUFWDL_EN, 0);
131 rtwn_write_1(sc, R92C_MCUFWDL + 1, 0);
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/usb/
H A Dr92cu_init.c217 if (rtwn_read_1(sc, R92C_MCUFWDL) & R92C_MCUFWDL_RDY) {
219 rtwn_write_1(sc, R92C_MCUFWDL, 0);
233 rtwn_write_1(sc, R92C_MCUFWDL, 0);
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_fw.c150 rtwn_setbits_1(sc, R92C_MCUFWDL, 0, R92C_MCUFWDL_EN);
152 rtwn_setbits_1_shift(sc, R92C_MCUFWDL, R92C_MCUFWDL_ROM_DLEN,
156 rtwn_setbits_1(sc, R92C_MCUFWDL, R92C_MCUFWDL_EN, 0);
158 rtwn_write_1(sc, R92C_MCUFWDL + 1, 0);
H A Dr92c_reg.h71 #define R92C_MCUFWDL 0x080 macro
362 /* Bits for R92C_MCUFWDL. */
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/pci/
H A Dr88ee_init.c207 if (rtwn_read_1(sc, R92C_MCUFWDL) & R92C_MCUFWDL_RDY)
212 rtwn_write_1(sc, R92C_MCUFWDL, 0);
/freebsd-13-stable/sys/dev/rtwn/rtl8188e/usb/
H A Dr88eu_init.c188 if (rtwn_read_1(sc, R92C_MCUFWDL) & R92C_MCUFWDL_RDY)
193 rtwn_write_1(sc, R92C_MCUFWDL, 0);
/freebsd-13-stable/sys/dev/rtwn/rtl8821a/
H A Dr21a_init.c230 if (rtwn_read_1(sc, R92C_MCUFWDL) & R92C_MCUFWDL_RAM_DL_SEL)
237 rtwn_write_1(sc, R92C_MCUFWDL, 0);
/freebsd-13-stable/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_init.c267 if (rtwn_read_1(sc, R92C_MCUFWDL) & R92C_MCUFWDL_RAM_DL_SEL)
/freebsd-13-stable/sys/dev/rtwn/rtl8192e/
H A Dr92e_init.c330 rtwn_write_1(sc, R92C_MCUFWDL, 0);

Completed in 60 milliseconds