Home
last modified time | relevance | path

Searched refs:sdid (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
D53c7xx.c2797 int sdid; in NCR53c7x0_dstat_sir_intr() local
2801 sdid = NCR53c7x0_read8 (SDID_REG_800) & 15; in NCR53c7x0_dstat_sir_intr()
2807 sdid = 0; in NCR53c7x0_dstat_sir_intr()
2810 sdid++; in NCR53c7x0_dstat_sir_intr()
2817 if (c && sdid != c->target) { in NCR53c7x0_dstat_sir_intr()
2819 host->host_no, sdid, c->target, where); in NCR53c7x0_dstat_sir_intr()
2846 unsigned char tmp, sdid; in NCR53c7x0_dstat_sir_intr() local
2851 sdid = 0; in NCR53c7x0_dstat_sir_intr()
2854 sdid++; in NCR53c7x0_dstat_sir_intr()
2856 event->target = sdid; in NCR53c7x0_dstat_sir_intr()
D53c7,8xx.c2986 int sdid = NCR53c7x0_read8 (SDID_REG_800) & 15; in NCR53c8x0_dstat_sir_intr() local
2991 if (c && sdid != c->target) { in NCR53c8x0_dstat_sir_intr()
2993 host->host_no, sdid, c->target, where); in NCR53c8x0_dstat_sir_intr()
Dncr53c8xx.c2034 SCR_TO_REG (sdid),
Dsym53c8xx.c3307 SCR_TO_REG (sdid),
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_fw1.h928 SCR_TO_REG (sdid),
Dsym_fw2.h895 SCR_TO_REG (sdid),
/linux-2.4.37.9/drivers/sound/
Des1371.c2785 short svid, sdid; member
2884 pcidev->subsystem_device == amplifier_needed[idx].sdid) in es1371_probe()