Home
last modified time | relevance | path

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

/reactos/sdk/include/ddk/
H A Dide.h86 USHORT UltraDMAActive:8; /* - */ member
161 USHORT UltraDMAActive:8; /* - */ member
H A Data.h162 USHORT UltraDMAActive :8; member
/reactos/drivers/storage/ide/uniata/
H A Datapi.h832 USHORT UltraDMAActive : 8; member
1670 mode = Active ? ident->UltraDMAActive : ident->UltraDMASupport; in ata_cur_mode_from_ident()
H A Did_ata.cpp1863 …KdPrint2((PRINT_PREFIX "UDMA: %x/%x\n", deviceExtension->FullIdentifyData.UltraDMAActive, deviceE… in IssueIdentify()