Lines Matching refs:burst_max
726 driver_setup.burst_max = val; in sym53c8xx__setup()
3746 u_char burst_max; in ncr_prepare_setting() local
3845 burst_max = burst_code(np->sv_dmode, np->sv_ctest0); in ncr_prepare_setting()
3851 burst_max = driver_setup.burst_max; in ncr_prepare_setting()
3852 if (burst_max == 255) in ncr_prepare_setting()
3853 burst_max = burst_code(np->sv_dmode, np->sv_ctest0); in ncr_prepare_setting()
3854 if (burst_max > 7) in ncr_prepare_setting()
3855 burst_max = 7; in ncr_prepare_setting()
3856 if (burst_max > np->maxburst) in ncr_prepare_setting()
3857 burst_max = np->maxburst; in ncr_prepare_setting()
3905 ncr_init_burst(np, burst_max); in ncr_prepare_setting()
8349 np->maxburst = device->chip.burst_max;