Searched refs:num_channels (Results 1 - 25 of 48) sorted by relevance

12

/u-boot/drivers/adc/
H A Dstm32-adc.c265 static int stm32_adc_legacy_chan_init(struct udevice *dev, unsigned int num_channels) argument
272 ret = dev_read_u32_array(dev, "st,adc-channels", chans, num_channels);
278 for (i = 0; i < num_channels; i++) {
289 static int stm32_adc_generic_chan_init(struct udevice *dev, unsigned int num_channels) argument
318 unsigned int num_channels; local
322 num_channels = dev_get_child_count(dev);
324 if (!num_channels) {
334 num_channels = ret;
337 if (num_channels > adc->cfg->max_channels) {
338 dev_err(dev, "too many st,adc-channels: %d\n", num_channels);
[all...]
H A Drockchip-saradc.c72 int num_channels; member in struct:rockchip_saradc_data
197 if (channel < 0 || channel >= priv->data->num_channels) {
302 uc_pdata->channel_mask = (1 << priv->data->num_channels) - 1;
315 .num_channels = 3,
324 .num_channels = 2,
333 .num_channels = 6,
342 .num_channels = 8,
/u-boot/arch/x86/include/asm/
H A Dacpi_nhlt.h109 int num_channels, int sample_freq_khz,
223 u16 num_channels; member in struct:nhlt_waveform
244 int num_channels; member in struct:nhlt_format_config
/u-boot/drivers/ram/rockchip/
H A Dsdram-px30-ddr3-detect-333.inc29 .num_channels = 1,
H A Dsdram-px30-ddr4-detect-333.inc29 .num_channels = 1,
H A Dsdram-px30-lpddr2-detect-333.inc29 .num_channels = 1,
H A Dsdram-px30-lpddr3-detect-333.inc29 .num_channels = 1,
H A Dsdram-rv1126-ddr3-detect-1056.inc29 .num_channels = 1,
H A Dsdram-rv1126-ddr3-detect-328.inc29 .num_channels = 1,
H A Dsdram-rv1126-ddr3-detect-396.inc29 .num_channels = 1,
H A Dsdram-rv1126-ddr3-detect-528.inc29 .num_channels = 1,
H A Dsdram-rv1126-ddr3-detect-664.inc29 .num_channels = 1,
H A Dsdram-rv1126-ddr3-detect-784.inc29 .num_channels = 1,
H A Dsdram-rv1126-ddr3-detect-924.inc29 .num_channels = 1,
H A Dsdram-rv1126-lpddr4-detect-1056.inc29 .num_channels = 1,
H A Dsdram-rv1126-lpddr4-detect-328.inc29 .num_channels = 1,
H A Dsdram-rv1126-lpddr4-detect-396.inc29 .num_channels = 1,
H A Dsdram-rv1126-lpddr4-detect-528.inc29 .num_channels = 1,
H A Dsdram-rv1126-lpddr4-detect-664.inc29 .num_channels = 1,
H A Dsdram-rv1126-lpddr4-detect-784.inc29 .num_channels = 1,
H A Dsdram-rv1126-lpddr4-detect-924.inc29 .num_channels = 1,
H A Dsdram-rv1126-ddr4-detect-1056.inc29 .num_channels = 1,
H A Dsdram-rv1126-ddr4-detect-328.inc29 .num_channels = 1,
H A Dsdram-rv1126-ddr4-detect-396.inc29 .num_channels = 1,
H A Dsdram-rv1126-ddr4-detect-528.inc29 .num_channels = 1,

Completed in 137 milliseconds

12