Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
D53c700.c599 if (slot->flags == NCR_700_FLAG_AUTOSENSE) { in NCR_700_scsi_done()
977 if(slot->flags == NCR_700_FLAG_AUTOSENSE) { in process_script_interrupt()
1032 slot->flags = NCR_700_FLAG_AUTOSENSE; in process_script_interrupt()
1414 slot->flags != NCR_700_FLAG_AUTOSENSE), in NCR_700_start_command()
1420 slot->flags == NCR_700_FLAG_AUTOSENSE) { in NCR_700_start_command()
1430 slot->flags != NCR_700_FLAG_AUTOSENSE)) { in NCR_700_start_command()
D53c700.h178 #define NCR_700_FLAG_AUTOSENSE 0x01 macro