Searched refs:burst_max (Results 1 – 7 of 7) sorted by relevance
41 .burst_max = 3,
472 unsigned char burst_max; /* log-base-2 of max burst */ member531 u8 burst_max; member
726 driver_setup.burst_max = val; in sym53c8xx__setup()3746 u_char burst_max; in ncr_prepare_setting() local3845 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()[all …]
28 .burst_max = 3,
686 u_char burst_max; local806 burst_max = SYM_SETUP_BURST_ORDER;807 if (burst_max == 255)808 burst_max = burst_code(np->sv_dmode, np->sv_ctest4,810 if (burst_max > 7)811 burst_max = 7;812 if (burst_max > np->maxburst)813 burst_max = np->maxburst;879 sym_init_burst(np, burst_max);
53 u_char burst_max; /* log-base-2 of max burst */ member
1301 np->maxburst = dev->chip.burst_max; in sym_attach()