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