NdisRawWritePortUlong writes a ULONG value to an I/O port on the NIC.
VOID
NdisRawWritePortUlong(
IN ULONG_PTR Port,
IN ULONG Data
);
Declared in Ndis.h. Include Ndis.h.
NdisRawWritePortUlong runs faster than NdisImmediateWritePortUlong because it need not map a bus-relative I/O port address onto a host-dependent logical port address at every call.
Callers of NdisRawWritePortUlong can run at any IRQL.
MiniportInitialize, NdisMRegisterIoPortRange, NdisRawReadPortUlong, NdisRawWritePortBufferUlong, NdisRawWritePortUchar, NdisRawWritePortUshort