HomeSort by: relevance | last modified time | path
    Searched defs:imstate (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
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);
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);

Completed in 35 milliseconds