Home
last modified time | relevance | path

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

/reactos/boot/freeldr/freeldr/include/
H A Dhwide.h128 #define IDE_DRIVE_1 0x00 macro
130 #define IDE_DRIVE_SELECT_1 (IDE_DRIVE_SELECT | IDE_DRIVE_1)
/reactos/drivers/storage/ide/uniata/
H A Datapi.h440 #define IDE_DRIVE_1 0x00 macro
442 #define IDE_DRIVE_SELECT_1 (IDE_DRIVE_SELECT | IDE_DRIVE_1)
H A Did_ata.cpp1057 …WritePort1(chan, IDX_IO1_o_DriveSelect, IDE_USE_LBA | (DeviceNumber ? IDE_DRIVE_2 : IDE_DRIVE_1) ); in AtaCommand48()
/reactos/boot/freeldr/freeldr/arch/drivers/
H A Dhwide.c328 IDE_USE_LBA | (DeviceUnit->DeviceNumber ? IDE_DRIVE_2 : IDE_DRIVE_1)); in AtaReadLogicalSectorsLBA()