Home
last modified time | relevance | path

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

/reactos/boot/freeldr/freeldr/arch/drivers/
H A Dhwide.c29 #define AtaReadPort(Channel, Port) \ macro
356 AtaReadPort(DeviceUnit->Channel, IDX_IO1_i_Status), in AtaReadLogicalSectorsLBA()
405 …AtapiPacket[0], AtaReadPort(Channel, IDX_ATAPI_IO1_i_Status), AtaReadPort(Channel, IDX_ATAPI_IO1_i… in AtaSendAtapiPacket()
414 …AtapiPacket[0], AtaReadPort(Channel, IDX_ATAPI_IO1_i_Status), AtaReadPort(Channel, IDX_ATAPI_IO1_i… in AtaSendAtapiPacket()
666 Status = AtaReadPort(Channel, IDX_IO1_i_Status); in WaitForFlags()
693 Status = AtaReadPort(Channel, IDX_IO1_i_Status); in WaitForFlagsOr()
773 if (AtaReadPort(Channel, IDX_IO1_i_BlockNumber) != 0x55) in IdentifyDevice()
785 SignatureLow = AtaReadPort(Channel, IDX_IO1_i_CylinderLow); in IdentifyDevice()
786 SignatureHigh = AtaReadPort(Channel, IDX_IO1_i_CylinderHigh); in IdentifyDevice()
787 SignatureCount = AtaReadPort(Channel, IDX_IO1_i_BlockCount); in IdentifyDevice()
[all …]