Home
last modified time | relevance | path

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

/xv6-public/
H A Dide.c23 #define IDE_CMD_WRITE 0x30 macro
83 int write_cmd = (sector_per_block == 1) ? IDE_CMD_WRITE : IDE_CMD_WRMUL; in idestart()