Searched refs:AT_DONE (Results 1 – 2 of 2) sorted by relevance
144 #define AT_DONE 0x0020 /* command is done */ macro
1642 (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()