Home
last modified time | relevance | path

Searched refs:next_config (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/scripts/kconfig/
H A Dstreamline_config.pl489 my $next_config;
516 if (!defined($next_config)) {
517 $next_config = $conf;
525 if (!defined($next_config)) {
535 $configs{$next_config} = 1;
536 dprint "$next_config selected by select $config\n";
/openbmc/linux/scripts/kconfig/
H A Dstreamline_config.pl489 my $next_config;
516 if (!defined($next_config)) {
517 $next_config = $conf;
525 if (!defined($next_config)) {
535 $configs{$next_config} = 1;
536 dprint "$next_config selected by select $config\n";
/openbmc/u-boot/common/
H A Dimage-fit.c2043 char *next_config = NULL; in boot_get_fdt_fit() local
2061 next_config = strchr(fit_uname_config_copy, '#'); in boot_get_fdt_fit()
2062 if (next_config) in boot_get_fdt_fit()
2063 *next_config++ = '\0'; in boot_get_fdt_fit()
2064 if (next_config - 1 > fit_uname_config_copy) in boot_get_fdt_fit()
2087 if (count <= 1 && !next_config) in boot_get_fdt_fit()
2113 if (!next_config) in boot_get_fdt_fit()
2115 uconfig = next_config; in boot_get_fdt_fit()
2116 next_config = strchr(next_config, '#'); in boot_get_fdt_fit()
2117 if (next_config) in boot_get_fdt_fit()
[all …]
/openbmc/qemu/hw/dma/
H A Dsifive_pdma.c76 uint32_t config = s->chan[ch].next_config; in sifive_pdma_run()
139 if (s->chan[ch].next_config & CONFIG_REPEAT) { in sifive_pdma_run()
224 val = s->chan[ch].next_config; in sifive_pdma_readl()
343 s->chan[ch].next_config = (CONFIG_RDSZ_DEFAULT << CONFIG_RDSZ_SHIFT) | in sifive_pdma_writel()
374 s->chan[ch].next_config = value; in sifive_pdma_writel()
/openbmc/qemu/include/hw/dma/
H A Dsifive_pdma.h30 uint32_t next_config; member