Home
last modified time | relevance | path

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

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Didectrl.c76 #define IDE_COMMAND_WRITE_MULTIPLE_BLOCK 0xc5 macro
927 if (ide->command == IDE_COMMAND_WRITE_MULTIPLE_BLOCK) in continue_write()
1026 …ide->sectors_until_int = ((ide->command == IDE_COMMAND_WRITE_MULTIPLE_BLOCK) ? ide->block_count : … in write_sector_done()
1130 case IDE_COMMAND_WRITE_MULTIPLE_BLOCK: in handle_command()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Didectrl.c83 #define IDE_COMMAND_WRITE_MULTIPLE_BLOCK 0xc5 macro
934 if (ide->command == IDE_COMMAND_WRITE_MULTIPLE_BLOCK) in continue_write()
1033 …ide->sectors_until_int = ((ide->command == IDE_COMMAND_WRITE_MULTIPLE_BLOCK) ? ide->block_count : … in write_sector_done()
1137 case IDE_COMMAND_WRITE_MULTIPLE_BLOCK: in handle_command()