Lines Matching refs:burst_max
714 driver_setup.burst_max = val; in sym53c8xx__setup()
3734 u_char burst_max; in ncr_prepare_setting() local
3833 burst_max = burst_code(np->sv_dmode, np->sv_ctest0); in ncr_prepare_setting()
3839 burst_max = driver_setup.burst_max; in ncr_prepare_setting()
3840 if (burst_max == 255) in ncr_prepare_setting()
3841 burst_max = burst_code(np->sv_dmode, np->sv_ctest0); in ncr_prepare_setting()
3842 if (burst_max > 7) in ncr_prepare_setting()
3843 burst_max = 7; in ncr_prepare_setting()
3844 if (burst_max > np->maxburst) in ncr_prepare_setting()
3845 burst_max = np->maxburst; in ncr_prepare_setting()
3893 ncr_init_burst(np, burst_max); in ncr_prepare_setting()
8340 np->maxburst = device->chip.burst_max;