Lines Matching refs:regTFD
410 uint32_t regTFD;
1083 pAhciPort->regTFD |= ATA_STAT_BUSY;
1222 pAhciPort->regTFD |= ATA_STAT_ERR;
1223 pAhciPort->regTFD &= ~(ATA_STAT_DRQ | ATA_STAT_BUSY);
1259 pAhciPort->regTFD = 0x7f;
1320 ahciLog(("%s: read regTFD=%#010x\n", __FUNCTION__, pAhciPort->regTFD));
1322 (pAhciPort->regTFD >> 8), (pAhciPort->regTFD & AHCI_PORT_TFD_BSY) >> 7,
1323 (pAhciPort->regTFD & AHCI_PORT_TFD_DRQ) >> 3, (pAhciPort->regTFD & AHCI_PORT_TFD_ERR)));
1324 *pu32Value = pAhciPort->regTFD;
2027 pAhciPort->regTFD = (1 << 8) | ATA_STAT_SEEK | ATA_STAT_WRERR;
2831 pAhciPort->regTFD = (1 << 8) | ATA_STAT_SEEK | ATA_STAT_WRERR;
2833 pAhciPort->regTFD |= ATA_STAT_READY;
5203 pAhciPort->regTFD = (pAhciReq->uATARegError << 8) | pAhciReq->uATARegStatus;
5258 pAhciPort->regTFD = (pAhciReq->uATARegError << 8) | pAhciReq->uATARegStatus;
5320 pAhciPort->regTFD = (pTaskErr->uATARegError << 8) | pTaskErr->uATARegStatus;
5326 pAhciPort->regTFD = ATA_STAT_READY | ATA_STAT_SEEK;
6538 /* We "received" the FIS. Clear the BSY bit in regTFD. */
6546 pAhciPort->regTFD &= ~AHCI_PORT_TFD_BSY;
6950 pHlp->pfnPrintf(pHlp, "PortTfd=%#x\n", pThisPort->regTFD);
7099 SSMR3PutU32(pSSM, pThis->ahciPort[i].regTFD);
7338 SSMR3GetU32(pSSM, &pThis->ahciPort[i].regTFD);