Searched refs:syncrate (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 2356 const struct ahc_syncrate *syncrate; in ahc_linux_set_period() local 2380 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_period() 2382 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_period() 2400 const struct ahc_syncrate *syncrate = NULL; in ahc_linux_set_offset() local 2405 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_offset() 2410 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_offset() 2430 const struct ahc_syncrate *syncrate; in ahc_linux_set_dt() local 2441 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT); in ahc_linux_set_dt() 2443 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset, in ahc_linux_set_dt() 2467 struct ahc_syncrate *syncrate; [all …]
|
D | aic7xxx_core.c | 2267 const struct ahc_syncrate *syncrate; in ahc_find_syncrate() local 2286 for (syncrate = &ahc_syncrates[maxsync]; in ahc_find_syncrate() 2287 syncrate->rate != NULL; in ahc_find_syncrate() 2288 syncrate++) { in ahc_find_syncrate() 2295 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate() 2298 if (*period <= syncrate->period) { in ahc_find_syncrate() 2310 if (syncrate == &ahc_syncrates[maxsync]) in ahc_find_syncrate() 2311 *period = syncrate->period; in ahc_find_syncrate() 2317 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate() 2324 || (syncrate->rate == NULL) in ahc_find_syncrate() [all …]
|
D | aic7xxx.h | 1223 const struct ahc_syncrate *syncrate,
|
/Linux-v5.4/drivers/scsi/ |
D | aha152x.c | 462 unsigned char syncrate[8]; member 540 #define SYNCRATE (HOSTDATA(shpnt)->syncrate[CURRENT_SC->device->id]) 1618 SETRATE(HOSTDATA(shpnt)->syncrate[target]); in seldi_run() 1789 HOSTDATA(shpnt)->syncrate[i]=0; in msgi_run() 2829 if (HOSTDATA(shpnt)->syncrate[i] & 0x7f) in aha152x_show_info() 2832 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2), in aha152x_show_info() 2833 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2) * 50, in aha152x_show_info() 2834 HOSTDATA(shpnt)->syncrate[i] & 0x0f); in aha152x_show_info()
|