Searched refs:ahc_find_syncrate (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/scsi/aic7xxx/ | 
| D | aic7xxx_osm.c | 2380 	syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);  in ahc_linux_set_period() 2405 		syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);  in ahc_linux_set_offset() 2441 	syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT);  in ahc_linux_set_dt() 2474 	syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); 2502 	syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
  | 
| D | aic7xxx.h | 1200 const struct ahc_syncrate*	ahc_find_syncrate(struct ahc_softc *ahc, u_int *period,
  | 
| D | aic7xxx_core.c | 2255 	return (ahc_find_syncrate(ahc, period, ppr_options, maxsync));  in ahc_devlimited_syncrate() 2264 ahc_find_syncrate(struct ahc_softc *ahc, u_int *period,  in ahc_find_syncrate()  function
  |