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

/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c1801 CSR_WRITE_4(sc, IPW_CSR_RST, IPW_RST_STOP_MASTER);
1803 if (CSR_READ_4(sc, IPW_CSR_RST) & IPW_RST_MASTER_DISABLED)
1810 tmp = CSR_READ_4(sc, IPW_CSR_RST);
1811 CSR_WRITE_4(sc, IPW_CSR_RST, tmp | IPW_RST_PRINCETON_RESET);
1838 tmp = CSR_READ_4(sc, IPW_CSR_RST);
1839 CSR_WRITE_4(sc, IPW_CSR_RST, tmp | IPW_RST_SW_RESET);
1912 CSR_WRITE_4(sc, IPW_CSR_RST, 0);
1983 CSR_WRITE_4(sc, IPW_CSR_RST, 0);
2508 CSR_WRITE_4(sc, IPW_CSR_RST, IPW_RST_SW_RESET);
H A Dif_ipwreg.h43 #define IPW_CSR_RST 0x0020 macro
73 /* possible flags for register IPW_CSR_RST */

Completed in 111 milliseconds