Home
last modified time | relevance | path

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

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