Home
last modified time | relevance | path

Searched refs:SCSI_CDROM_OPC_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/storage/class/cdrom/
H A Dcdrom.h688 #define SCSI_CDROM_OPC_TIMEOUT 260 macro
1576 if (TimeOutValue > SCSI_CDROM_OPC_TIMEOUT) in TimeOutValueGetCapValue()
1585 value = min(TimeOutValue * Times, SCSI_CDROM_OPC_TIMEOUT); in TimeOutValueGetCapValue()
H A Dinit.c371 … deviceExtension->TimeOutValue = max(deviceExtension->TimeOutValue, SCSI_CDROM_OPC_TIMEOUT); in DeviceEvtSelfManagedIoInit()