Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ddr/fsl/
H A Doptions.c892 if (hwconfig_subarg_cmp_f("fsl_ddr", "ecc", "on", buf)) in populate_memctl_options()
1021 if (hwconfig_subarg_cmp_f("fsl_ddr", "parity", "on", buf)) { in populate_memctl_options()
1110 if (hwconfig_subarg_cmp_f("fsl_ddr", "ctlr_intlv", in populate_memctl_options()
1114 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
1123 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
1132 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
1141 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
1151 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
1156 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
1161 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options()
[all …]
/openbmc/u-boot/include/
H A 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()
/openbmc/u-boot/drivers/net/fm/
H A Db4860.c103 if (hwconfig_subarg_cmp_f("fsl_b4860_serdes2", in fman_port_enet_if()
/openbmc/u-boot/board/Barix/ipam390/
H A Dipam390.c79 if (hwconfig_subarg_cmp_f("dsp", "wake", "no", NULL)) in dspwake()
/openbmc/u-boot/common/
H A Dhwconfig.c226 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() function
/openbmc/u-boot/board/davinci/da8xxevm/
H A Dda850evm.c138 if (hwconfig_subarg_cmp_f("dsp", "wake", "no", NULL)) in dspwake()
/openbmc/u-boot/board/freescale/b4860qds/
H A Db4860qds.c547 if (hwconfig_subarg_cmp_f("fsl_b4860_serdes2", in configure_vsc3316_3308()