Searched refs:hwconfig_subarg_cmp_f (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/drivers/ddr/fsl/ |
D | options.c | 890 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/ |
D | hwconfig.h | 25 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/ |
D | b4860.c | 103 if (hwconfig_subarg_cmp_f("fsl_b4860_serdes2", in fman_port_enet_if()
|
/external/u-boot/board/Barix/ipam390/ |
D | ipam390.c | 79 if (hwconfig_subarg_cmp_f("dsp", "wake", "no", NULL)) in dspwake()
|
/external/u-boot/common/ |
D | hwconfig.c | 226 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() function
|
/external/u-boot/board/davinci/da8xxevm/ |
D | da850evm.c | 111 if (hwconfig_subarg_cmp_f("dsp", "wake", "no", NULL)) in dspwake()
|
/external/u-boot/board/freescale/b4860qds/ |
D | b4860qds.c | 547 if (hwconfig_subarg_cmp_f("fsl_b4860_serdes2", in configure_vsc3316_3308()
|