Searched refs:start_channel (Results 1 – 6 of 6) sorted by relevance
44 queue = acc->channel - range->acc_info.start_channel; in __knav_acc_notify()492 info->start_channel = config[1]; in knav_init_acc_range()497 if (info->start_channel > ACC_MAX_CHANNEL) { in knav_init_acc_range()499 info->start_channel, range->name); in knav_init_acc_range()554 acc->channel = info->start_channel + channel; in knav_init_acc_range()
103 u32 start_channel; member
318 unsigned int start_channel, in a2150_set_chanlist() argument323 if (start_channel + num_channels > 4) in a2150_set_chanlist()330 devpriv->config_bits |= CHANNEL_BITS(0x4 | start_channel); in a2150_set_chanlist()333 if (start_channel == 0) in a2150_set_chanlist()335 else if (start_channel == 2) in a2150_set_chanlist()
187 u8 start_channel; /* starting logical channel id */ member
1424 enclosure->start_channel = buffer->StartBus; in mptsas_sas_enclosure_pg0()
747 unsigned int *start_channel, in fsl_easrc_config_one_slot() argument776 slot->min_channel = *start_channel; in fsl_easrc_config_one_slot()777 slot->max_channel = *start_channel + slot->num_channel - 1; in fsl_easrc_config_one_slot()780 *start_channel += slot->num_channel; in fsl_easrc_config_one_slot()866 int start_channel = 0, avail_channel; in fsl_easrc_config_slot() local901 &start_channel, &avail_channel); in fsl_easrc_config_slot()
Completed in 22 milliseconds