bwi.c | 10236 uint32_t state_lo, state_hi, imstate; local in function:bwi_regwin_enable 10255 imstate = CSR_READ_4(sc, BWI_IMSTATE); 10256 if (imstate & (BWI_IMSTATE_INBAND_ERR | BWI_IMSTATE_TIMEOUT)) { 10257 imstate &= ~(BWI_IMSTATE_INBAND_ERR | BWI_IMSTATE_TIMEOUT); 10258 CSR_WRITE_4(sc, BWI_IMSTATE, imstate);
|