VOID
ScsiPortWritePortBufferUshort(
IN PUSHORT Port,
IN PUSHORT Value,
IN ULONG Count
);
ScsiPortWritePortBufferUshort transfers a given number of USHORT values from a buffer to the HBA.
Parameters
Port
Points to the I/O port. The given Port must be in a mapped I/O-space range returned by ScsiPortGetDeviceBase.
Buffer
Points to the buffer.
Count
Specifies the number of USHORT values to be written to the HBA.
See Also