Home
last modified time | relevance | path

Searched refs:IPW2200_CSR_CTL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200_hw.c489 ipw2200_csr_put32(sc, IPW2200_CSR_CTL, in ipw2200_load_fw()
490 ipw2200_csr_get32(sc, IPW2200_CSR_CTL) | in ipw2200_load_fw()
H A Dipw2200.c1207 tmp = ipw2200_csr_get32(sc, IPW2200_CSR_CTL); in ipw2200_chip_reset()
1208 ipw2200_csr_put32(sc, IPW2200_CSR_CTL, tmp | IPW2200_CTL_INIT); in ipw2200_chip_reset()
1219 if (ipw2200_csr_get32(sc, IPW2200_CSR_CTL) & in ipw2200_chip_reset()
1235 tmp = ipw2200_csr_get32(sc, IPW2200_CSR_CTL); in ipw2200_chip_reset()
1236 ipw2200_csr_put32(sc, IPW2200_CSR_CTL, tmp | IPW2200_CTL_INIT); in ipw2200_chip_reset()
H A Dipw2200_impl.h235 #define IPW2200_CSR_CTL (0x0024) macro