VOID
NdisReadRegisterUshort(
IN PUSHORT Register,
OUT PUSHORT Data
);
NdisReadRegisterUshort is called by the NIC driver to read a USHORT from a memory-mapped device register.
If a driver calls this function, its NIC’s device registers must be mapped to noncached memory during driver initialization.
Callers of NdisReadRegisterUshort can be running at any IRQL.
MiniportInitialize, NdisMMapIoSpace, NdisReadRegisterUchar, NdisReadRegisterUlong, NdisWriteRegisterUshort