Home
last modified time | relevance | path

Searched refs:start_channel (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/soc/ti/
H A Dknav_qmss_acc.c44 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()
H A Dknav_qmss.h103 u32 start_channel; member
/openbmc/linux/drivers/comedi/drivers/
H A Dni_at_a2150.c318 unsigned int start_channel, in a2150_set_chanlist() argument
323 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()
/openbmc/u-boot/include/
H A Dadc.h100 int (*start_channel)(struct udevice *dev, int channel); member
/openbmc/linux/drivers/message/fusion/
H A Dmptsas.h187 u8 start_channel; /* starting logical channel id */ member
H A Dmptsas.c1424 enclosure->start_channel = buffer->StartBus; in mptsas_sas_enclosure_pg0()
/openbmc/u-boot/drivers/adc/
H A Dadc-uclass.c108 if (!ops->start_channel) in adc_start_channel()
119 return ops->start_channel(dev, channel); in adc_start_channel()
H A Dexynos-adc.c126 .start_channel = exynos_adc_start_channel,
H A Dsandbox.c153 .start_channel = sandbox_adc_start_channel,
H A Drockchip-saradc.c141 .start_channel = rockchip_saradc_start_channel,
H A Dstm32-adc.c226 .start_channel = stm32_adc_start_channel,
H A Dmeson-saradc.c692 .start_channel = meson_saradc_start_channel,
/openbmc/linux/sound/soc/fsl/
H A Dfsl_easrc.c747 unsigned int *start_channel, in fsl_easrc_config_one_slot() argument
776 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() local
901 &start_channel, &avail_channel); in fsl_easrc_config_slot()