VOID
WRITE_REGISTER_USHORT(
IN PUSHORT Register,
IN USHORT Value
);
WRITE_REGISTER_USHORT writes a USHORT value to the specified address.
Value
Specifies a USHORT value to be written to the register.
Callers of WRITE_REGISTER_USHORT can be running at any IRQL, assuming the Register is resident, mapped device memory.