Home
last modified time | relevance | path

Searched refs:IDE_COMMAND_READ (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Datapi.h83 #define IDE_COMMAND_READ 0x20 /* Read Sectors with retry */ macro
H A Dentry.c1753 case IDE_COMMAND_READ: in fDeviceSendCommand()
1765 if(pCmd->uCmd.Ide.Command == IDE_COMMAND_READ) in fDeviceSendCommand()
2815 pCmd->uCmd.Ide.Command = IDE_COMMAND_READ; in OsSendCommand()