Home
last modified time | relevance | path

Searched refs:fake_busy (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mvs/
H A Dmvs.c512 ch->fake_busy = 0; in mvs_set_edma_mode()
826 if (ch->fake_busy) { in mvs_getstatus()
828 ch->fake_busy = 0; in mvs_getstatus()
1335 ch->fake_busy = 1; in mvs_legacy_execute_transaction()
1365 ch->fake_busy = 1; in mvs_legacy_execute_transaction()
2065 ch->fake_busy = 0; in mvs_reset()
H A Dmvs.h580 u_int fake_busy; /* Fake busy bit after command submission */ member