Searched refs:num_channels (Results 1 – 25 of 45) sorted by relevance
12
| /rk3399_rockchip-uboot/drivers/adc/ |
| H A D | rockchip-saradc.c | 32 int num_channels; member 71 if (channel < 0 || channel >= priv->data->num_channels) { in rockchip_saradc_start_channel() 136 uc_pdata->channel_mask = (1 << priv->data->num_channels) - 1; in rockchip_saradc_ofdata_to_platdata() 149 .num_channels = 3, 155 .num_channels = 2, 161 .num_channels = 6,
|
| H A D | rockchip-saradc-v2.c | 94 int num_channels; member 139 if (channel < 0 || channel >= priv->data->num_channels) { in rockchip_saradc_start_channel() 222 uc_pdata->channel_mask = (1 << priv->data->num_channels) - 1; in rockchip_saradc_ofdata_to_platdata() 235 .num_channels = 8, 241 .num_channels = 8, 247 .num_channels = 2, 253 .num_channels = 1, 259 .num_channels = 8,
|
| /rk3399_rockchip-uboot/drivers/crypto/fsl/ |
| H A D | sec.c | 23 u32 num_channels; in fdt_fixup_crypto_node() member 64 sec_rev_prop_list[sec_idx].num_channels); in fdt_fixup_crypto_node()
|
| /rk3399_rockchip-uboot/drivers/ram/rockchip/ |
| H A D | sdram-px30-ddr3-detect-333.inc | 29 .num_channels = 1,
|
| H A D | sdram-px30-lpddr2-detect-333.inc | 29 .num_channels = 1,
|
| H A D | sdram-px30-ddr4-detect-333.inc | 29 .num_channels = 1,
|
| H A D | sdram-px30-lpddr3-detect-333.inc | 29 .num_channels = 1,
|
| /rk3399_rockchip-uboot/drivers/ram/rockchip/sdram_inc/rv1126/ |
| H A D | sdram-rv1126-lpddr3-detect-1056.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-ddr3-detect-664.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-ddr3-detect-528.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-ddr3-detect-1056.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-ddr3-detect-924.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-lpddr3-detect-528.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-lpddr3-detect-784.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-ddr3-detect-396.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-lpddr3-detect-396.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-ddr3-detect-328.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-lpddr3-detect-924.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-lpddr3-detect-664.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-ddr3-detect-784.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-lpddr3-detect-328.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-ddr4-detect-328.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-ddr4-detect-396.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-ddr4-detect-1056.inc | 29 .num_channels = 1,
|
| H A D | sdram-rv1126-ddr4-detect-664.inc | 29 .num_channels = 1,
|
12