ScsiPortWritePortBufferUshort

VOID ScsiPortWritePortBufferUshort(Port, Buffer, Count)
IN PUSHORT  Port;
IN PUSHORT  Buffer;
IN ULONG  Count;
 

Transfers a given number of USHORT values from the specified buffer to an I/O port.

Port
Points to the port.
Buffer
Points to the buffer.
Count
Specifies the number of USHORT values to be written.