Searched refs:IPW2100_CSR_RST (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_hw.c390 ipw2100_csr_put32(sc, IPW2100_CSR_RST, 0);
477 ipw2100_csr_put32(sc, IPW2100_CSR_RST, 0);
H A Dipw2100.c726 ipw2100_csr_put32(sc, IPW2100_CSR_RST, IPW2100_RST_SW_RESET);
1246 ipw2100_csr_put32(sc, IPW2100_CSR_RST, IPW2100_RST_STOP_MASTER);
1248 if (ipw2100_csr_get32(sc, IPW2100_CSR_RST)
1257 tmp = ipw2100_csr_get32(sc, IPW2100_CSR_RST);
1258 ipw2100_csr_put32(sc, IPW2100_CSR_RST,
1293 tmp = ipw2100_csr_get32(sc, IPW2100_CSR_RST);
1294 ipw2100_csr_put32(sc, IPW2100_CSR_RST, tmp | IPW2100_RST_SW_RESET);
H A Dipw2100_impl.h214 #define IPW2100_CSR_RST (0x0020) macro
261 * CSR flags: IPW2100_CSR_RST

Completed in 67 milliseconds