Lines Matching refs:tfd
265 if (wait_until_clear(&fRegs->tfd, ATA_STATUS_BUSY | ATA_STATUS_DATA_REQUEST, in PortReset()
298 if ((fRegs->tfd & 0xff) == 0xff) in Probe()
301 if ((fRegs->tfd & 0xff) == 0xff) { in Probe()
324 wait_until_clear(&fRegs->tfd, ATA_STATUS_BUSY, 31000000); in Probe()
371 TRACE(" tfd 0x%08" B_PRIx32 "\n", fRegs->tfd); in DumpHBAState()
553 AHCIPort::WaitForTransfer(int* tfd, bigtime_t timeout) in WaitForTransfer() argument
566 *tfd = fRegs->tfd; in WaitForTransfer()
570 *tfd = fRegs->tfd; in WaitForTransfer()
1223 if (wait_until_clear(&fRegs->tfd, ATA_STATUS_BUSY | ATA_STATUS_DATA_REQUEST, in ExecuteSataRequest()
1240 int tfd; in ExecuteSataRequest() local
1241 status_t status = WaitForTransfer(&tfd, 20000000); in ExecuteSataRequest()
1244 FLOW(" tfd %#x\n", tfd); in ExecuteSataRequest()
1277 request->Finish(tfd, bytesTransfered); in ExecuteSataRequest()