USHORT
ScsiPortReadRegisterUshort(
IN PUSHORT Register
);
ScsiPortReadRegisterUshort reads a USHORT value from the HBA.
Parameters
Register
Points to the register. The given Register must be in a mapped memory-space range returned by ScsiPortGetDeviceBase.
Return Value
ScsiPortReadRegisterUshort returns a USHORT value from the HBA’s register.
Comments
ScsiPortReadRegisterUshort ensures that the data is transferred correctly.
See Also