Searched refs:AHC_SYNCRATE_DT (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 587 int maxsync = AHC_SYNCRATE_DT; in ahc_linux_target_alloc() 2389 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_period() 2414 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); in ahc_linux_set_offset() 2450 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options,AHC_SYNCRATE_DT); in ahc_linux_set_dt() 2483 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT); 2511 syncrate = ahc_find_syncrate(ahc, &period, &ppr_options, AHC_SYNCRATE_DT);
|
D | aic7xxx.h | 749 #define AHC_SYNCRATE_DT 0 macro 753 #define AHC_SYNCRATE_MAX AHC_SYNCRATE_DT
|
D | aic7xxx_core.c | 2226 maxsync = AHC_SYNCRATE_DT; in ahc_devlimited_syncrate() 5541 maxsync = AHC_SYNCRATE_DT; in ahc_init()
|