Home
last modified time | relevance | path

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

/reactos/boot/freeldr/freeldr/include/
H A Dhwide.h83 #define IDX_ATAPI_IO1_o_ByteCountHigh 0x0A macro
101 #define IDX_ATAPI_IO1_o_ByteCountHigh 0x05 macro
/reactos/boot/freeldr/freeldr/arch/drivers/
H A Dhwide.c397 AtaWritePort(Channel, IDX_ATAPI_IO1_o_ByteCountHigh, (ByteCount >> 8) & 0xFF); in AtaSendAtapiPacket()
/reactos/drivers/storage/ide/uniata/
H A Did_probe.cpp2868 signatureLow = AtapiReadPort1(chan, IDX_ATAPI_IO1_o_ByteCountHigh); in UniataAnybodyHome()
2870 AtapiWritePort1(chan, IDX_ATAPI_IO1_o_ByteCountHigh, signatureLow); in UniataAnybodyHome()
2872 signatureHigh = AtapiReadPort1(chan, IDX_ATAPI_IO1_o_ByteCountHigh); in UniataAnybodyHome()
H A Datapi.h520 #define IDX_ATAPI_IO1_o_ByteCountHigh (FIELD_OFFSET(ATAPI_REGISTERS_1, o.ByteCountHigh)+IDX_ATA… macro
H A Did_ata.cpp8068 AtapiWritePort1(chan, IDX_ATAPI_IO1_o_ByteCountHigh, byteCountHigh);