Searched refs:R92C_SYS_FUNC_EN (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/urtwn/
H A Dif_urtwn.c1872 reg = urtwn_read_2(sc, R92C_SYS_FUNC_EN);
1874 error = urtwn_write_2(sc, R92C_SYS_FUNC_EN,
3485 error = urtwn_write_1(sc, R92C_SYS_FUNC_EN,
3486 urtwn_read_1(sc, R92C_SYS_FUNC_EN) & ~(R92C_SYS_FUNC_EN_BBRSTB |
3564 urtwn_write_1(sc, R92C_SYS_FUNC_EN,
3567 urtwn_write_1(sc, R92C_SYS_FUNC_EN,
3584 urtwn_write_1(sc, R92C_SYS_FUNC_EN + 1,
3710 urtwn_write_1(sc, R92C_SYS_FUNC_EN,
3711 urtwn_read_1(sc, R92C_SYS_FUNC_EN) & ~R92C_SYS_FUNC_EN_BBRSTB);
3849 reg = urtwn_read_2(sc, R92C_SYS_FUNC_EN);
[all...]
H A Dif_urtwnreg.h50 #define R92C_SYS_FUNC_EN 0x002 macro
249 /* Bits for R92C_SYS_FUNC_EN. */
/freebsd-11.0-release/sys/dev/rtwn/
H A Dif_rtwn.c975 reg = rtwn_read_2(sc, R92C_SYS_FUNC_EN);
977 rtwn_write_2(sc, R92C_SYS_FUNC_EN,
2069 reg = rtwn_read_2(sc, R92C_SYS_FUNC_EN);
2075 rtwn_write_2(sc, R92C_SYS_FUNC_EN, reg & ~R92C_SYS_FUNC_EN_CPUEN);
2161 rtwn_write_2(sc, R92C_SYS_FUNC_EN,
2162 rtwn_read_2(sc, R92C_SYS_FUNC_EN) |
2294 rtwn_write_2(sc, R92C_SYS_FUNC_EN,
2295 rtwn_read_2(sc, R92C_SYS_FUNC_EN) |
2304 rtwn_write_1(sc, R92C_SYS_FUNC_EN,
3441 reg = rtwn_read_1(sc, R92C_SYS_FUNC_EN);
[all...]
H A Dif_rtwnreg.h47 #define R92C_SYS_FUNC_EN 0x002 macro
258 /* Bits for R92C_SYS_FUNC_EN. */

Completed in 134 milliseconds