Home | History | Annotate | Download | only in driver

Lines Matching refs:num_option_sets

233     uint32_t num_option_sets = 0;
240 if (num_option_sets == 0)
241 num_option_sets = 1;
249 if (num_option_sets <= j)
250 num_option_sets = j + 1;
256 for (uint32_t opt_set = 0; opt_set < num_option_sets; opt_set++)