Home | History | Annotate | Download | only in ic

Lines Matching defs:state_lo

1508 	uint32_t flags, state_lo, status;
1516 state_lo = CSR_READ_4(sc, BWI_STATE_LO);
1517 state_lo |= BWI_STATE_LO_GATED_CLOCK;
1518 state_lo &= ~__SHIFTIN(BWI_STATE_LO_FLAG_PHYRST,
1520 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
1525 state_lo &= ~BWI_STATE_LO_GATED_CLOCK;
1526 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
10160 uint32_t state_lo, disable_bits;
10163 state_lo = CSR_READ_4(sc, BWI_STATE_LO);
10168 if (state_lo & BWI_STATE_LO_RESET) {
10179 state_lo = BWI_STATE_LO_CLOCK | disable_bits;
10180 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
10187 state_lo = CSR_READ_4(sc, BWI_STATE_LO);
10188 if (state_lo & disable_bits)
10214 state_lo = BWI_STATE_LO_RESET | disable_bits |
10217 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
10224 state_lo = BWI_STATE_LO_RESET | disable_bits |
10226 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
10236 uint32_t state_lo, state_hi, imstate;
10241 state_lo = BWI_STATE_LO_RESET |
10245 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
10262 state_lo = BWI_STATE_LO_CLOCK |
10265 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
10272 state_lo = BWI_STATE_LO_CLOCK |
10274 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);