| bwi.c | 1503 uint32_t flags, state_lo, status; local in function:bwi_mac_reset 1511 state_lo = CSR_READ_4(sc, BWI_STATE_LO); 1512 state_lo |= BWI_STATE_LO_GATED_CLOCK; 1513 state_lo &= ~__SHIFTIN(BWI_STATE_LO_FLAG_PHYRST, 1515 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo); 1520 state_lo &= ~BWI_STATE_LO_GATED_CLOCK; 1521 CSR_WRITE_4(sc, BWI_STATE_LO, state_lo); 10172 uint32_t state_lo, disable_bits; local in function:bwi_regwin_disable 10175 state_lo = CSR_READ_4(sc, BWI_STATE_LO); 10180 if (state_lo & BWI_STATE_LO_RESET) 10248 uint32_t state_lo, state_hi, imstate; local in function:bwi_regwin_enable [all...] |