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

/freebsd-11-stable/sys/dev/amr/
H A Damrvar.h137 #define AMR_CMD_BUSY (1<<7) macro
H A Damr.c1361 while ((ac->ac_flags & AMR_CMD_BUSY) && (error != EWOULDBLOCK)) {
1392 } while ((ac->ac_flags & AMR_CMD_BUSY) && (count++ < 1000));
1393 if (!(ac->ac_flags & AMR_CMD_BUSY)) {
1775 ac->ac_flags |= AMR_CMD_BUSY;
1878 ac->ac_flags &= ~AMR_CMD_BUSY;
1886 ac->ac_flags &= ~AMR_CMD_BUSY;

Completed in 74 milliseconds