Search | Google it | Results 1 - 1 of 1 for funcall:ataWaitReady (0.01 seconds) |
33: /* Since power has been just turned ON, wait for a while until it become ready status */ 34: ataWaitReady(drv); 35: 176: /* Since power has been just turned ON, wait for a while until it become ready status */ 177: if ((er = ataWaitReady(drv)) != E_OK) goto E_EXIT; 178: