Searched refs:IPW2100_CSR_RST (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ipw/ |
H A D | ipw2100_hw.c | 390 ipw2100_csr_put32(sc, IPW2100_CSR_RST, 0); in ipw2100_load_uc() 477 ipw2100_csr_put32(sc, IPW2100_CSR_RST, 0); in ipw2100_load_fw()
|
H A D | ipw2100.c | 726 ipw2100_csr_put32(sc, IPW2100_CSR_RST, IPW2100_RST_SW_RESET); in ipw2100_stop() 1246 ipw2100_csr_put32(sc, IPW2100_CSR_RST, IPW2100_RST_STOP_MASTER); in ipw2100_master_stop() 1248 if (ipw2100_csr_get32(sc, IPW2100_CSR_RST) in ipw2100_master_stop() 1257 tmp = ipw2100_csr_get32(sc, IPW2100_CSR_RST); in ipw2100_master_stop() 1258 ipw2100_csr_put32(sc, IPW2100_CSR_RST, in ipw2100_master_stop() 1293 tmp = ipw2100_csr_get32(sc, IPW2100_CSR_RST); in ipw2100_chip_reset() 1294 ipw2100_csr_put32(sc, IPW2100_CSR_RST, tmp | IPW2100_RST_SW_RESET); in ipw2100_chip_reset()
|
H A D | ipw2100_impl.h | 214 #define IPW2100_CSR_RST (0x0020) macro
|