Searched refs:hwconfig_subarg_cmp_f (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | options.c | 888 if (hwconfig_subarg_cmp_f("fsl_ddr", "ecc", "on", buf)) in populate_memctl_options() 1017 if (hwconfig_subarg_cmp_f("fsl_ddr", "parity", "on", buf)) { in populate_memctl_options() 1106 if (hwconfig_subarg_cmp_f("fsl_ddr", "ctlr_intlv", in populate_memctl_options() 1110 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options() 1119 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options() 1128 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options() 1137 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options() 1147 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options() 1152 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options() 1157 } else if (hwconfig_subarg_cmp_f("fsl_ddr", in populate_memctl_options() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | hwconfig.h | 26 extern int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, 60 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() function 97 return hwconfig_subarg_cmp_f(opt, subopt, subarg, NULL); in hwconfig_subarg_cmp()
|
| /OK3568_Linux_fs/u-boot/drivers/net/fm/ |
| H A D | b4860.c | 104 if (hwconfig_subarg_cmp_f("fsl_b4860_serdes2", in fman_port_enet_if()
|
| /OK3568_Linux_fs/u-boot/board/Barix/ipam390/ |
| H A D | ipam390.c | 80 if (hwconfig_subarg_cmp_f("dsp", "wake", "no", NULL)) in dspwake()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | hwconfig.c | 227 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() function
|
| /OK3568_Linux_fs/u-boot/board/davinci/da8xxevm/ |
| H A D | da850evm.c | 109 if (hwconfig_subarg_cmp_f("dsp", "wake", "no", NULL)) in dspwake()
|
| /OK3568_Linux_fs/u-boot/board/freescale/b4860qds/ |
| H A D | b4860qds.c | 548 if (hwconfig_subarg_cmp_f("fsl_b4860_serdes2", in configure_vsc3316_3308()
|