Home
last modified time | relevance | path

Searched refs:chip710 (Results 1 – 9 of 9) sorted by relevance

/drivers/scsi/
D53c700.c251 __u8 min_xferp = (hostdata->chip710 in NCR_700_offset_period_to_sxfer()
253 __u8 max_offset = (hostdata->chip710 in NCR_700_offset_period_to_sxfer()
380 if (hostdata->chip710) in NCR_700_detect()
390 hostdata->chip710 ? "53c710" : in NCR_700_detect()
445 if(hostdata->chip710) { in NCR_700_data_residual()
653 __u8 min_xferp = (hostdata->chip710 ? NCR_710_MIN_XFERP : NCR_700_MIN_XFERP); in NCR_700_chip_setup()
655 if(hostdata->chip710) { in NCR_700_chip_setup()
762 if(hostdata->chip710) { in NCR_700_chip_reset()
1293 id = NCR_700_readb(host, hostdata->chip710 ? in process_selection()
1366 if(hostdata->chip710) { in NCR_700_clear_fifo()
[all …]
Dbvme6000_scsi.c56 hostdata->chip710 = 1; in bvme6000_probe()
Da4000t.c61 hostdata->chip710 = 1; in amiga_a4000t_scsi_probe()
Dsni_53c710.c93 hostdata->chip710 = 1; in snirm710_probe()
Dmvme16x_scsi.c61 hostdata->chip710 = 1; in mvme16x_probe()
Dlasi700.c122 hostdata->chip710 = 1; in lasi700_probe()
Dzorro7xx.c110 hostdata->chip710 = 1; in zorro7xx_init_one()
Dsim710.c124 hostdata->chip710 = 1; in sim710_probe_common()
D53c700.h208 __u32 chip710:1; /* set if really a 710 not 700 */ member