Home
last modified time | relevance | path

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

/reactos/drivers/storage/ide/uniata/
H A Duata_ctl.h195 #ifndef ATA_FLAGS_DRDY_REQUIRED
220 #define ATA_FLAGS_DRDY_REQUIRED 0x01 // Wait for DRDY status from the device before sending the … macro
/reactos/sdk/include/psdk/
H A Dntddscsi.h254 #define ATA_FLAGS_DRDY_REQUIRED (1 << 0) macro