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

/freebsd-10.3-release/sys/dev/bwi/
H A Dif_bwi.c3581 uint32_t state_lo, disable_bits; local
3584 state_lo = CSR_READ_4(sc, BWI_STATE_LO);
3589 if (state_lo & BWI_STATE_LO_RESET) {
3600 state_lo = BWI_STATE_LO_CLOCK | disable_bits;
3601 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
3608 state_lo = CSR_READ_4(sc, BWI_STATE_LO);
3609 if (state_lo & disable_bits)
3635 state_lo = BWI_STATE_LO_RESET | disable_bits |
3638 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
3645 state_lo
3657 uint32_t state_lo, state_hi, imstate; local
[all...]
H A Dbwimac.c458 uint32_t flags, state_lo, status; local
466 state_lo = CSR_READ_4(sc, BWI_STATE_LO);
467 state_lo |= BWI_STATE_LO_GATED_CLOCK;
468 state_lo &= ~__SHIFTIN(BWI_STATE_LO_FLAG_PHYRST,
470 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);
475 state_lo &= ~BWI_STATE_LO_GATED_CLOCK;
476 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo);

Completed in 155 milliseconds