Home
last modified time | relevance | path

Searched refs:hwconfig_subarg_cmp_f (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/drivers/ddr/fsl/
Doptions.c890 if (hwconfig_subarg_cmp_f("fsl_ddr", "ecc", "on", buf)) in populate_memctl_options()
1019 if (hwconfig_subarg_cmp_f("fsl_ddr", "parity", "on", buf)) { in populate_memctl_options()
1108 if (hwconfig_subarg_cmp_f("fsl_ddr", "ctlr_intlv", in populate_memctl_options()
1112 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
1121 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
1130 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
1139 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
1149 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
1154 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
1159 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
[all …]
/external/u-boot/include/
Dhwconfig.h25 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt,
59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() function
96 return hwconfig_subarg_cmp_f(opt, subopt, subarg, NULL); in hwconfig_subarg_cmp()
/external/u-boot/drivers/net/fm/
Db4860.c103 if (hwconfig_subarg_cmp_f("fsl_b4860_serdes2", in fman_port_enet_if()
/external/u-boot/board/Barix/ipam390/
Dipam390.c79 if (hwconfig_subarg_cmp_f("dsp", "wake", "no", NULL)) in dspwake()
/external/u-boot/common/
Dhwconfig.c226 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() function
/external/u-boot/board/davinci/da8xxevm/
Dda850evm.c111 if (hwconfig_subarg_cmp_f("dsp", "wake", "no", NULL)) in dspwake()
/external/u-boot/board/freescale/b4860qds/
Db4860qds.c547 if (hwconfig_subarg_cmp_f("fsl_b4860_serdes2", in configure_vsc3316_3308()