VOID
WRITE_PORT_BUFFER_USHORT(
IN PUSHORT Port,
IN PUSHORT Buffer,
IN ULONG Count
);
WRITE_PORT_BUFFER_USHORT writes a number of USHORT values from a buffer to the specified port address.
The size of the buffer must be large enough to contain at least the specified number of USHORTs.
Callers of WRITE_PORT_BUFFER_USHORT can be running at any IRQL, assuming the Buffer is resident and the Port is resident, mapped device memory.