Searched defs:PortTfd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.c690 UINT32 PortTfd; local
763 PortTfd = AhciReadReg (PciIo, (UINT32) Offset);
765 if ((PortTfd & EFI_AHCI_PORT_TFD_ERR) != 0) {
810 PortTfd = AhciReadReg (PciIo, (UINT32) Offset);
811 if ((PortTfd & EFI_AHCI_PORT_TFD_ERR) != 0) {
891 UINT32 PortTfd; local
1016 PortTfd = AhciReadReg (PciIo, (UINT32) Offset);
1017 if ((PortTfd & EFI_AHCI_PORT_TFD_ERR) != 0) {
1098 UINT32 PortTfd; local
1152 PortTfd
1244 UINT32 PortTfd; local
[all...]

Completed in 34 milliseconds