Lines Matching refs:READ
146 //Read status of command response
535 //Read CID data.
548 //Read RCA
617 // We could read SCR register, but SD Card Phys spec stats any SD Card shall
663 //Read Status.
667 //Check if Buffer read ready (BRR) bit is set?
673 //Read block worth of data.
705 //Read Status.
778 Dma4.ReadPriority = 0; // DMA4_CCRi[6] Low priority read
784 if (OperationType == READ) {
785 Cmd = CMD18; //Multiple block read
811 Dma4.ReadPortAccessMode = 0; // DMA4_CCRi[13:12] Always read MMCHS_DATA
878 //Read Status
933 if (OperationType == READ) {
934 Cmd = CMD17; //Single block read
955 //Read or Write data.
956 if (OperationType == READ) {
972 //Read Status
1015 Status = gTPS65950->Read (gTPS65950, EXTERNAL_DEVICE_REGISTER(I2C_ADDR_GRP_ID2, GPIODATAIN1), 1, &Data);
1267 Read BufferSize bytes from Lba into Buffer.
1275 @param Lba The starting Logical Block Address to read from
1285 @retval EFI_SUCCESS The data was read correctly from the device.
1287 @retval EFI_DEVICE_ERROR The device reported an error while performing the read.
1295 @retval EFI_INVALID_PARAMETER The read request contains LBAs that are not valid,
1314 //Perform Read operation.
1315 Status = SdReadWrite (This, (UINTN)Lba, Buffer, BufferSize, READ);