Searched refs:syncrate (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 2364 const struct ahc_syncrate *syncrate; in ahc_linux_set_period() local 2388 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_period() 2390 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_period() 2408 const struct ahc_syncrate *syncrate = NULL; in ahc_linux_set_offset() local 2413 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_offset() 2418 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_offset() 2438 const struct ahc_syncrate *syncrate; in ahc_linux_set_dt() local 2449 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT); in ahc_linux_set_dt() 2451 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset, in ahc_linux_set_dt() 2475 struct ahc_syncrate *syncrate; [all …]
|
D | aic7xxx_core.c | 2274 const struct ahc_syncrate *syncrate; in ahc_find_syncrate() local 2293 for (syncrate = &ahc_syncrates[maxsync]; in ahc_find_syncrate() 2294 syncrate->rate != NULL; in ahc_find_syncrate() 2295 syncrate++) { in ahc_find_syncrate() 2302 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate() 2305 if (*period <= syncrate->period) { in ahc_find_syncrate() 2317 if (syncrate == &ahc_syncrates[maxsync]) in ahc_find_syncrate() 2318 *period = syncrate->period; in ahc_find_syncrate() 2324 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate() 2331 || (syncrate->rate == NULL) in ahc_find_syncrate() [all …]
|
D | aic7xxx.h | 1228 const struct ahc_syncrate *syncrate,
|
/drivers/scsi/ |
D | aha152x.c | 473 unsigned char syncrate[8]; member 551 #define SYNCRATE (HOSTDATA(shpnt)->syncrate[CURRENT_SC->device->id]) 1633 SETRATE(HOSTDATA(shpnt)->syncrate[target]); in seldi_run() 1804 HOSTDATA(shpnt)->syncrate[i]=0; in msgi_run() 2841 if (HOSTDATA(shpnt)->syncrate[i] & 0x7f) in aha152x_show_info() 2844 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2), in aha152x_show_info() 2845 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2) * 50, in aha152x_show_info() 2846 HOSTDATA(shpnt)->syncrate[i] & 0x0f); in aha152x_show_info()
|