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

/freebsd-13-stable/sys/dev/ipw/
H A Dif_ipw.c1809 CSR_WRITE_4(sc, IPW_CSR_RST, IPW_RST_STOP_MASTER);
1811 if (CSR_READ_4(sc, IPW_CSR_RST) & IPW_RST_MASTER_DISABLED)
1818 tmp = CSR_READ_4(sc, IPW_CSR_RST);
1819 CSR_WRITE_4(sc, IPW_CSR_RST, tmp | IPW_RST_PRINCETON_RESET);
1846 tmp = CSR_READ_4(sc, IPW_CSR_RST);
1847 CSR_WRITE_4(sc, IPW_CSR_RST, tmp | IPW_RST_SW_RESET);
1920 CSR_WRITE_4(sc, IPW_CSR_RST, 0);
1991 CSR_WRITE_4(sc, IPW_CSR_RST, 0);
2516 CSR_WRITE_4(sc, IPW_CSR_RST, IPW_RST_SW_RESET);
H A Dif_ipwreg.h45 #define IPW_CSR_RST 0x0020 macro
75 /* possible flags for register IPW_CSR_RST */

Completed in 62 milliseconds