Searched refs:IDE_COMMAND_READ (Results 1 – 2 of 2) sorted by relevance
83 #define IDE_COMMAND_READ 0x20 /* Read Sectors with retry */ macro
1770 case IDE_COMMAND_READ: in fDeviceSendCommand()1782 if(pCmd->uCmd.Ide.Command == IDE_COMMAND_READ) in fDeviceSendCommand()2836 pCmd->uCmd.Ide.Command = IDE_COMMAND_READ; in OsSendCommand()