Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c2351 const struct ahc_syncrate *syncrate; in ahc_linux_set_period() local
2375 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_period()
2378 ahc_set_syncrate(ahc, &devinfo, syncrate, period, offset, in ahc_linux_set_period()
2396 const struct ahc_syncrate *syncrate = NULL; in ahc_linux_set_offset() local
2401 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_offset()
2427 const struct ahc_syncrate *syncrate; in ahc_linux_set_dt() local
2438 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_dt()
2465 struct ahc_syncrate *syncrate;
2472 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,
2494 struct ahc_syncrate *syncrate;
[all …]
H A Daic7xxx_core.c2270 syncrate++) { in ahc_find_syncrate()
2311 syncrate = NULL; in ahc_find_syncrate()
2314 return (syncrate); in ahc_find_syncrate()
2353 syncrate++; in ahc_find_period()
2371 if (syncrate == NULL) { in ahc_validate_offset()
2483 if (syncrate == NULL) { in ahc_set_syncrate()
2518 if (syncrate != NULL) { in ahc_set_syncrate()
2533 if (syncrate != NULL) { in ahc_set_syncrate()
3652 syncrate, period, in ahc_parse_msg()
3859 syncrate = NULL; in ahc_parse_msg()
[all …]
H A Daic7xxx.h1215 const struct ahc_syncrate *syncrate,
/linux-6.15/drivers/scsi/
H A Daha152x.c480 unsigned char syncrate[8]; member
558 #define SYNCRATE (HOSTDATA(shpnt)->syncrate[CURRENT_SC->device->id])
1658 SETRATE(HOSTDATA(shpnt)->syncrate[target]); in seldi_run()
1832 HOSTDATA(shpnt)->syncrate[i]=0; in msgi_run()
2881 if (HOSTDATA(shpnt)->syncrate[i] & 0x7f) in aha152x_show_info()
2884 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2), in aha152x_show_info()
2885 (((HOSTDATA(shpnt)->syncrate[i] & 0x70) >> 4) + 2) * 50, in aha152x_show_info()
2886 HOSTDATA(shpnt)->syncrate[i] & 0x0f); in aha152x_show_info()