Home
last modified time | relevance | path

Searched refs:sync_off (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
DAM53C974.h46 unsigned char sync_off[8]; /* synchronous offset (in effect) */ member
DAM53C974.c708 hostdata->sync_off[i] = 0; in AM53C974_init()
1067 AM53C974_write_8(SOFREG, (SOFREG_SO & hostdata->sync_off[target]) | in AM53C974_set_sync()
1201 hostdata->sync_off[hostdata->connected->target] = 0; /* setup asynchronous transfer */ in AM53C974_intr()
1440 hostdata->sync_off[cmd->target] = 0; in AM53C974_intr_disconnect()
1521 hostdata->sync_off[target] = offset; in AM53C974_sync_neg()
1847 hostdata->sync_off[cmd->target] = 0; in AM53C974_message()
2409 hostdata->sync_off[i] = 0; in AM53C974_reset()
Din2000.h302 uchar sync_off; /* bit mask: don't use sync with these targets */ member
Din2000.c583 if (hostdata->sync_off & (1 << cmd->target)) in in2000_execute()
2077 hostdata->sync_off = 0x00; /* sync defaults to on */ in in2000_detect()
2079 hostdata->sync_off = 0xff; /* sync defaults to off */ in in2000_detect()
2091 hostdata->sync_off = val; in in2000_detect()
2147 if (hostdata->sync_off == 0xff) in in2000_detect()