Home | History | Annotate | Download | only in AtaAtapiPassThru

Lines Matching defs:Read

19   Read AHCI Operation register.

24 @return The register content read.
40 PciIo->Mem.Read (
233 // to only read once.
675 @param[in] Read The transfer direction.
699 IN BOOLEAN Read,
730 if (Read) {
754 // Package read needed
761 CmdList.AhciCmdW = Read ? 0 : 1;
792 if (Read && (AtapiCommand == 0)) {
903 @param[in] Read The transfer direction.
927 IN BOOLEAN Read,
979 if (Read) {
1006 // Package read needed
1013 CmdList.AhciCmdW = Read ? 0 : 1;
1156 // Package read needed
1528 // Send S.M.A.R.T Read Return Status command to device
1908 BOOLEAN Read;
1931 Read = TRUE;
1935 Read = FALSE;
1959 Read,