bwi.c | 1508 uint32_t flags, state_lo, status; local in function:bwi_mac_reset 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; local in function:bwi_regwin_disable 10163 state_lo = CSR_READ_4(sc, BWI_STATE_LO); 10168 if (state_lo & BWI_STATE_LO_RESET) 10236 uint32_t state_lo, state_hi, imstate; local in function:bwi_regwin_enable [all...] |