VOID
ScsiPortWriteRegisterUshort(
IN PUSHORT Register,
IN USHORT Value
);
ScsiPortWriteRegisterUshort transfers a USHORT value to the HBA.
Parameters
Register
Points to the register. The given Register must be in a mapped memory-space range returned by ScsiPortGetDeviceBase.
Value
Specifies the value to be written to the HBA’s register.
See Also