Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_hw.c478 ipw2100_csr_put32(sc, IPW2100_CSR_CTL, in ipw2100_load_fw()
479 ipw2100_csr_get32(sc, IPW2100_CSR_CTL) | IPW2100_CTL_ALLOW_STANDBY); in ipw2100_load_fw()
H A Dipw2100.c1278 tmp = ipw2100_csr_get32(sc, IPW2100_CSR_CTL); in ipw2100_chip_reset()
1279 ipw2100_csr_put32(sc, IPW2100_CSR_CTL, tmp | IPW2100_CTL_INIT); in ipw2100_chip_reset()
1285 if (ipw2100_csr_get32(sc, IPW2100_CSR_CTL) in ipw2100_chip_reset()
1298 tmp = ipw2100_csr_get32(sc, IPW2100_CSR_CTL); in ipw2100_chip_reset()
1299 ipw2100_csr_put32(sc, IPW2100_CSR_CTL, tmp | IPW2100_CTL_INIT); in ipw2100_chip_reset()
H A Dipw2100_impl.h215 #define IPW2100_CSR_CTL (0x0024) macro