Searched refs:syncrate (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 2338 const struct ahc_syncrate *syncrate; in ahc_linux_set_period() local 2362 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_period() 2365 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_period() 2383 const struct ahc_syncrate *syncrate = NULL; in ahc_linux_set_offset() local 2388 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_offset() 2394 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_offset() 2414 const struct ahc_syncrate *syncrate; in ahc_linux_set_dt() local 2425 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_dt() 2428 ahc_set_syncrate(ahc, &devinfo, syncrate, period, tinfo->goal.offset, in ahc_linux_set_dt() 2452 struct ahc_syncrate *syncrate; [all …]
|
D | aic7xxx_core.c | 2249 const struct ahc_syncrate *syncrate; in ahc_find_syncrate() local 2268 for (syncrate = &ahc_syncrates[maxsync]; in ahc_find_syncrate() 2269 syncrate->rate != NULL; in ahc_find_syncrate() 2270 syncrate++) { in ahc_find_syncrate() 2277 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate() 2280 if (*period <= syncrate->period) { in ahc_find_syncrate() 2292 if (syncrate == &ahc_syncrates[maxsync]) in ahc_find_syncrate() 2293 *period = syncrate->period; in ahc_find_syncrate() 2299 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate() 2306 || (syncrate->rate == NULL) in ahc_find_syncrate() [all …]
|
D | aic7xxx.h | 1217 const struct ahc_syncrate *syncrate,
|
/linux-6.1.9/drivers/scsi/ |
D | aha152x.c | 480 unsigned char syncrate[8]; member 558 #define SYNCRATE (HOSTDATA(shpnt)->syncrate[CURRENT_SC->device->id]) 1657 SETRATE(HOSTDATA(shpnt)->syncrate[target]); in seldi_run() 1831 HOSTDATA(shpnt)->syncrate[i]=0; in msgi_run() 2880 if (HOSTDATA(shpnt)->syncrate[i] & 0x7f) in aha152x_show_info() 2883 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2), in aha152x_show_info() 2884 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2) * 50, in aha152x_show_info() 2885 HOSTDATA(shpnt)->syncrate[i] & 0x0f); in aha152x_show_info()
|