ScsiPortWritePortUlong

VOID
    ScsiPortWritePortUlong(

        IN PULONG  Port,
        IN ULONG  Value
        );

ScsiPortWritePortUlong transfers a ULONG value to the HBA.

Parameters

Port
Points to the I/O port. The given Port must be in a mapped I/O-space range returned by ScsiPortGetDeviceBase.
Value
Specifies the value to be written to the HBA’s I/O port.

See Also

ScsiPortGetDeviceBase