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

/freebsd-13-stable/sys/dev/bhnd/siba/
H A Dsiba.c733 uint32_t ts_low, imstate; local
773 imstate = bhnd_bus_read_4(r, SIBA_CFG0_IMSTATE);
774 if (imstate & (SIBA_IM_IBE|SIBA_IM_TO)) {
/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwi.c3617 uint32_t state_lo, state_hi, imstate; local
3636 imstate = CSR_READ_4(sc, BWI_IMSTATE);
3637 if (imstate & (BWI_IMSTATE_INBAND_ERR | BWI_IMSTATE_TIMEOUT)) {
3638 imstate &= ~(BWI_IMSTATE_INBAND_ERR | BWI_IMSTATE_TIMEOUT);
3639 CSR_WRITE_4(sc, BWI_IMSTATE, imstate);

Completed in 163 milliseconds