VOID
READ_REGISTER_BUFFER_USHORT(
IN PUSHORT Register,
IN PUSHORT Buffer,
IN ULONG Count
);
READ_REGISTER_BUFFER_USHORT reads a number of USHORT values from the specified register address into a buffer.
The size of the buffer must be large enough to contain at least the specified number of USHORT values.
Callers of READ_REGISTER_BUFFER_USHORT can be running at any IRQL, assuming the Buffer is resident and the Register is resident, mapped device memory.