Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ata/
Datavar.h144 #define AT_DONE 0x0020 /* command is done */ macro
/openbsd/src/sys/dev/ic/
Dwdc.c1642 (wdc_c->flags & AT_DONE) == 0) in wdc_exec_command()
1645 if (wdc_c->flags & AT_DONE) { in wdc_exec_command()
1652 while ((wdc_c->flags & AT_DONE) == 0) { in wdc_exec_command()
1789 wdc_c->flags |= AT_DONE; in __wdccommand_done()