ScsiPortWritePortUshort

VOID
    ScsiPortWritePortUshort(

        IN PUSHORT  Port,
        IN USHORT  Value
        );

ScsiPortWritePortUshort transfers a USHORT 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