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