tag | line | file | source code |
istat | 463 | drivers/scsi/53c7,8xx.c | hostdata->istat = ((hostdata->chip / 100) == 8) ? |
istat | 2821 | drivers/scsi/53c7,8xx.c | NCR53c7x0_write8(hostdata->istat, |
istat | 2822 | drivers/scsi/53c7,8xx.c | NCR53c7x0_read8(hostdata->istat) | ISTAT_10_SIGP); |
istat | 3044 | drivers/scsi/53c7,8xx.c | unsigned char istat; /* Values of interrupt regs */ |
istat | 3083 | drivers/scsi/53c7,8xx.c | istat = NCR53c7x0_read8(hostdata->istat); |
istat | 3094 | drivers/scsi/53c7,8xx.c | (is_8xx_chip && (istat & ISTAT_800_INTF))) { |
istat | 3103 | drivers/scsi/53c7,8xx.c | NCR53c7x0_write8(hostdata->istat, istat|ISTAT_800_INTF); |
istat | 3189 | drivers/scsi/53c7,8xx.c | if (istat & (ISTAT_SIP|ISTAT_DIP)) { |
istat | 3224 | drivers/scsi/53c7,8xx.c | if (istat & ISTAT_SIP) { |
istat | 3230 | drivers/scsi/53c7,8xx.c | if (istat & ISTAT_DIP) { |
istat | 3963 | drivers/scsi/53c7,8xx.c | unsigned char istat, tmp; |
istat | 3970 | drivers/scsi/53c7,8xx.c | NCR53c7x0_write8(hostdata->istat, ISTAT_ABRT); |
istat | 3973 | drivers/scsi/53c7,8xx.c | istat = NCR53c7x0_read8 (hostdata->istat); |
istat | 3974 | drivers/scsi/53c7,8xx.c | if (istat & ISTAT_SIP) { |
istat | 3982 | drivers/scsi/53c7,8xx.c | } else if (istat & ISTAT_DIP) { |
istat | 3983 | drivers/scsi/53c7,8xx.c | NCR53c7x0_write8(hostdata->istat, 0); |
istat | 1177 | drivers/scsi/53c7,8xx.h | unsigned char istat; /* |