Searched refs:Fis (Results 1 – 2 of 2) sorted by relevance
83 SataPort->HostPRB->Fis.Control = 0x0F; in SiI3132AtaPassThruCommand()121 CopyMem (&SataPort->HostPRB->Fis, Packet->Acb, sizeof (EFI_ATA_COMMAND_BLOCK)); in SiI3132AtaPassThruCommand()124 SataPort->HostPRB->Fis.FisType = 0x27; // Register - Host to Device FIS in SiI3132AtaPassThruCommand()125 SataPort->HostPRB->Fis.Control = 1 << 7; // Is a command in SiI3132AtaPassThruCommand()127 SataPort->HostPRB->Fis.Control |= PortMultiplierPort & 0xFF; in SiI3132AtaPassThruCommand()156 CopyMem (&SataPort->HostPRB->Fis, Packet->Acb, sizeof (EFI_ATA_COMMAND_BLOCK)); in SiI3132AtaPassThruCommand()159 SataPort->HostPRB->Fis.FisType = 0x27; // Register - Host to Device FIS in SiI3132AtaPassThruCommand()160 SataPort->HostPRB->Fis.Control = 1 << 7; // Is a command in SiI3132AtaPassThruCommand()162 SataPort->HostPRB->Fis.Control |= PortMultiplierPort & 0xFF; in SiI3132AtaPassThruCommand()
108 UINT8 Fis[5 * 4]; member115 SATA_SI3132_FIS Fis; member