Searched refs:Read10Packet (Results 1 – 3 of 3) sorted by relevance
392 ATAPI_READ10_CMD *Read10Packet; in PeiUsbRead10() local407 Read10Packet = &Packet.Read10; in PeiUsbRead10()430 Read10Packet->opcode = ATA_CMD_READ_10; in PeiUsbRead10()436 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff); in PeiUsbRead10()437 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8); in PeiUsbRead10()438 Read10Packet->Lba1 = (UINT8) (Lba32 >> 16); in PeiUsbRead10()439 Read10Packet->Lba0 = (UINT8) (Lba32 >> 24); in PeiUsbRead10()445 Read10Packet->TranLen1 = (UINT8) (SectorCount & 0xff); in PeiUsbRead10()446 Read10Packet->TranLen0 = (UINT8) (SectorCount >> 8); in PeiUsbRead10()
1439 ATAPI_READ10_CMD *Read10Packet; in AtapiReadSectors() local1454 Read10Packet = &Packet.Read10; in AtapiReadSectors()1482 Read10Packet->opcode = ATA_CMD_READ_10; in AtapiReadSectors()1488 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff); in AtapiReadSectors()1489 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8); in AtapiReadSectors()1490 Read10Packet->Lba1 = (UINT8) (Lba32 >> 16); in AtapiReadSectors()1491 Read10Packet->Lba0 = (UINT8) (Lba32 >> 24); in AtapiReadSectors()1497 Read10Packet->TranLen1 = (UINT8) (SectorCount & 0xff); in AtapiReadSectors()1498 Read10Packet->TranLen0 = (UINT8) (SectorCount >> 8); in AtapiReadSectors()1556 ATAPI_READ10_CMD *Read10Packet; in AtapiWriteSectors() local[all …]
2214 ATAPI_READ10_CMD *Read10Packet; in ReadSectors() local2227 Read10Packet = &Packet.Read10; in ReadSectors()2251 Read10Packet->opcode = ATA_CMD_READ_10; in ReadSectors()2257 Read10Packet->Lba3 = (UINT8) (Lba32 & 0xff); in ReadSectors()2258 Read10Packet->Lba2 = (UINT8) (Lba32 >> 8); in ReadSectors()2259 Read10Packet->Lba1 = (UINT8) (Lba32 >> 16); in ReadSectors()2260 Read10Packet->Lba0 = (UINT8) (Lba32 >> 24); in ReadSectors()2266 Read10Packet->TranLen1 = (UINT8) (SectorCount & 0xff); in ReadSectors()2267 Read10Packet->TranLen0 = (UINT8) (SectorCount >> 8); in ReadSectors()