VOID
WRITE_REGISTER_UCHAR(
IN PUCHAR Register,
IN UCHAR Value
);
WRITE_REGISTER_UCHAR writes a byte to the specified address.
Callers of WRITE_REGISTER_UCHAR can be running at any IRQL, assuming the Register is resident, mapped device memory.