ScsiPortWriteRegisterBufferUchar
VOID
ScsiPortWriteRegisterBufferUchar(
IN PUCHAR Register,
IN PUCHAR Buffer,
IN ULONG Count
);
ScsiPortWriteRegisterBufferUchar transfers a given number of unsigned bytes 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 bytes to be transferred to the HBA.
See Also