Home
last modified time | relevance | path

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

/drivers/scsi/
D53c700.c236 __u8 min_xferp = (hostdata->chip710 in NCR_700_offset_period_to_sxfer()
238 __u8 max_offset = (hostdata->chip710 in NCR_700_offset_period_to_sxfer()
387 if (hostdata->chip710) in NCR_700_detect()
397 hostdata->chip710 ? "53c710" : in NCR_700_detect()
457 if(hostdata->chip710) { in NCR_700_data_residual()
660 __u8 min_xferp = (hostdata->chip710 ? NCR_710_MIN_XFERP : NCR_700_MIN_XFERP); in NCR_700_chip_setup()
662 if(hostdata->chip710) { in NCR_700_chip_setup()
769 if(hostdata->chip710) { in NCR_700_chip_reset()
1302 id = NCR_700_readb(host, hostdata->chip710 ? in process_selection()
1374 if(hostdata->chip710) { in NCR_700_clear_fifo()
[all …]
Dbvme6000_scsi.c57 hostdata->chip710 = 1; in bvme6000_probe()
Dsni_53c710.c78 hostdata->chip710 = 1; in snirm710_probe()
Da4000t.c62 hostdata->chip710 = 1; in amiga_a4000t_scsi_probe()
Dmvme16x_scsi.c62 hostdata->chip710 = 1; in mvme16x_probe()
Dlasi700.c108 hostdata->chip710 = 1; in lasi700_probe()
Dzorro7xx.c111 hostdata->chip710 = 1; in zorro7xx_init_one()
Dsim710.c111 hostdata->chip710 = 1; in sim710_probe_common()
D53c700.h209 __u32 chip710:1; /* set if really a 710 not 700 */ member