USHORT
READ_REGISTER_USHORT(
IN PUSHORT Register
);
READ_REGISTER_USHORT reads a USHORT value from the specified register address.
READ_REGISTER_USHORT returns the USHORT value read from the specified register address.
Callers of READ_REGISTER_USHORT can be running at any IRQL, assuming the Register is resident, mapped device memory.