Searched refs:state_lo (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/bwi/
H A Dif_bwi.c3551 uint32_t state_lo, disable_bits; local
3554 state_lo = CSR_READ_4(sc, BWI_STATE_LO);
3559 if (state_lo & BWI_STATE_LO_RESET) {
3570 state_lo = BWI_STATE_LO_CLOCK | disable_bits;
3571 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
3578 state_lo = CSR_READ_4(sc, BWI_STATE_LO);
3579 if (state_lo & disable_bits)
3605 state_lo = BWI_STATE_LO_RESET | disable_bits |
3608 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
3615 state_lo
3627 uint32_t state_lo, state_hi, imstate; local
[all...]
H A Dbwimac.c454 uint32_t flags, state_lo, status; local
462 state_lo = CSR_READ_4(sc, BWI_STATE_LO);
463 state_lo |= BWI_STATE_LO_GATED_CLOCK;
464 state_lo &= ~__SHIFTIN(BWI_STATE_LO_FLAG_PHYRST,
466 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
471 state_lo &= ~BWI_STATE_LO_GATED_CLOCK;
472 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);

Completed in 46 milliseconds