ScsiPortWriteRegisterBufferUshort

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

Transfers a given number of USHORT values from the specified buffer to a memory mapped register.

Register
Points to the memory mapped register.
Buffer
Points to the buffer.
Count
Specifies the number of USHORT values to be written.