ScsiPortWriteRegisterBufferUshort
VOID
ScsiPortWriteRegisterBufferUshort(
IN PUSHORT Register,
IN PUSHORT Buffer,
IN ULONG Count
);
ScsiPortWriteRegisterBufferUshort transfers a given number of USHORT values from a buffer to the HBA.
Parameters
Register
Points to the register. The given Register must be in a mapped memory-space range returned by ScsiPortGetDeviceBase.
Buffer
Points to a buffer containing the data to be written.
Count
Specifies the number of USHORT values to be transferred to the HBA.
See Also