Home
last modified time | relevance | path

Searched refs:ahc_find_syncrate (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c2362 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 Daic7xxx.h1194 const struct ahc_syncrate* ahc_find_syncrate(struct ahc_softc *ahc, u_int *period,
H A Daic7xxx_core.c2237 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