Lines Matching refs:scntl3
255 int scntl3, int now_connected);
2318 set_synchronous (struct Scsi_Host *host, int target, int sxfer, int scntl3, in set_synchronous() argument
2328 scntl3 &= 0xff; in set_synchronous()
2331 hostdata->sync[target].scntl3_sanity = scntl3; in set_synchronous()
2339 hostdata->sync[target].select_indirect = (scntl3 << 24) | in set_synchronous()
2348 (SCNTL3_REG_800 << 16) | (scntl3 << 8); in set_synchronous()
2374 host->host_no, target, sxfer, scntl3); in set_synchronous()
2378 NCR53c7x0_write8(SCNTL3_REG_800, scntl3); in set_synchronous()
2451 unsigned char scntl3, sxfer; in synchronous() local
2481 scntl3 = (hostdata->chip / 100 == 8) ? ((hostdata->saved_scntl3 & in synchronous()
2486 host->host_no, (int) sxfer, (int) scntl3); in synchronous()
2487 set_synchronous (host, target, sxfer, scntl3, 1); in synchronous()
2947 scntl3 = NCR53c7x0_read8 (SCNTL3_REG_800); in NCR53c8x0_dstat_sir_intr() local
2950 scntl3 != hostdata->sync[c->target].scntl3_sanity) { in NCR53c8x0_dstat_sir_intr()
2952 host->host_no, sxfer, scntl3); in NCR53c8x0_dstat_sir_intr()
2954 NCR53c7x0_write8 (SCNTL3_REG_800, scntl3); in NCR53c8x0_dstat_sir_intr()
2958 host->host_no, (int) sxfer, (int) scntl3); in NCR53c8x0_dstat_sir_intr()