VOID
WRITE_REGISTER_ULONG(
IN PULONG Register,
IN ULONG Value
);
WRITE_REGISTER_ULONG writes a ULONG value to the specified address.
Parameters
Register
Points to the register which must be a mapped range in memory space.
Value
Specifies a ULONG value to be written to the register.
Comments
Callers of WRITE_REGISTER_ULONG can be running at any IRQL, assuming the Register is resident, mapped device memory.