Searched refs:scsi_clock (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A D53c7,8xx.c788 expected_clock = hostdata->scsi_clock = 40000000;
930 if ((!hostdata->scsi_clock) && (hostdata->scsi_clock = ccf_to_clock (ccf))
936 hostdata->scsi_clock = 0;
939 if (expected_clock == -1 || hostdata->scsi_clock != expected_clock)
941 hostdata->scsi_clock / 1000000);
2309 divisor = (hostdata->scsi_clock * 10) / desire;
2326 msg[3] = ((1000000000L / hostdata->scsi_clock) * syncs[i].div / 10 / 4);
H A D53c7xx.c806 expected_clock = hostdata->scsi_clock;
1159 hostdata->scsi_clock = clock;
2056 divisor = (hostdata->scsi_clock * 10) / desire;
2073 msg[3] = ((1000000000L / hostdata->scsi_clock) * syncs[i].div / 10 / 4);
2756 if (hostdata->scsi_clock > 50000000)
2759 if (hostdata->scsi_clock > 37500000)
H A D53c7,8xx.h1270 int scsi_clock; /* member in struct:NCR53c7x0_hostdata
H A D53c7xx.h1275 int scsi_clock; /* member in struct:NCR53c7x0_hostdata

Completed in 140 milliseconds