ScsiPortWriteRegisterBufferUchar

VOID ScsiPortWriteRegisterBufferUchar(Register, Buffer, Count)
IN PUCHAR  Register;
IN PUCHAR  Buffer;
IN ULONG  Count;
 

Transfers a given number of unsigned bytes 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 bytes to be written.