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

/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c3541 uint32_t state_lo, disable_bits; local
3544 state_lo = CSR_READ_4(sc, BWI_STATE_LO);
3549 if (state_lo & BWI_STATE_LO_RESET) {
3560 state_lo = BWI_STATE_LO_CLOCK | disable_bits;
3561 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
3568 state_lo = CSR_READ_4(sc, BWI_STATE_LO);
3569 if (state_lo & disable_bits)
3595 state_lo = BWI_STATE_LO_RESET | disable_bits |
3598 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
3605 state_lo
3617 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 83 milliseconds