Searched refs:ahc_find_syncrate (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 2364 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_period() 2389 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_offset() 2425 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT); in ahc_linux_set_dt() 2458 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); 2486 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
|
H A D | aic7xxx.h | 1200 const struct ahc_syncrate* ahc_find_syncrate(struct ahc_softc *ahc, u_int *period,
|
H A D | aic7xxx_core.c | 2239 return (ahc_find_syncrate(ahc, period, ppr_options, maxsync)); in ahc_devlimited_syncrate() 2248 ahc_find_syncrate(struct ahc_softc *ahc, u_int *period, in ahc_find_syncrate() function
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 2362 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_period() 2388 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_offset() 2425 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, in ahc_linux_set_dt() 2459 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, 2488 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,
|
H A D | aic7xxx.h | 1194 const struct ahc_syncrate* ahc_find_syncrate(struct ahc_softc *ahc, u_int *period,
|
H A D | aic7xxx_core.c | 2237 return (ahc_find_syncrate(ahc, period, ppr_options, maxsync)); in ahc_devlimited_syncrate() 2246 ahc_find_syncrate(struct ahc_softc *ahc, u_int *period, in ahc_find_syncrate() function
|
Completed in 27 milliseconds