Home
last modified time | relevance | path

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); in ipw2100_load_uc()
477 ipw2100_csr_put32(sc, IPW2100_CSR_RST, 0); in ipw2100_load_fw()
H A Dipw2100.c726 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 Dipw2100_impl.h214 #define IPW2100_CSR_RST (0x0020) macro