Home
last modified time | relevance | path

Searched refs:IDE_COMMAND_WRITE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Datapi.h84 #define IDE_COMMAND_WRITE 0x30 /* Write Sectors with retry */ macro
H A Dgui_lib.c744 fDeReadWrite(&pDisk->u.disk, 0, IDE_COMMAND_WRITE, TempBuffer); in hpt_create_array_v2()
1000 fDeReadWrite(&pVDevice->u.disk, 0, IDE_COMMAND_WRITE, pbuffer); in hpt_add_spare_disk()
H A Dentry.c1754 case IDE_COMMAND_WRITE: in fDeviceSendCommand()
2822 pCmd->uCmd.Ide.Command = IDE_COMMAND_WRITE; in OsSendCommand()