HomeSort by relevance Sort by last modified time
    Searched refs:hwconfig_f (Results 1 - 9 of 9) sorted by null

  /external/u-boot/include/
hwconfig.h 19 extern int hwconfig_f(const char *opt, char *buf);
29 static inline int hwconfig_f(const char *opt, char *buf) function
69 return hwconfig_f(opt, NULL);
  /external/u-boot/board/freescale/ls2080aqds/
eth.c 463 if (hwconfig_f("xqsgmii", env_hwconfig)) {
479 if (hwconfig_f("xqsgmii", env_hwconfig)) {
499 if (hwconfig_f("xqsgmii", env_hwconfig)) {
540 if (hwconfig_f("xqsgmii", env_hwconfig)) {
562 if (hwconfig_f("xqsgmii", env_hwconfig)) {
573 if (hwconfig_f("xqsgmii", env_hwconfig)) {
607 if (hwconfig_f("xqsgmii", env_hwconfig))
646 if (dpmac_id >= 6 && hwconfig_f("xqsgmii",
653 if (dpmac_id >= 7 && hwconfig_f("xqsgmii",
706 if (dpmac_id >= 14 && hwconfig_f("xqsgmii"
    [all...]
ls2080aqds.c 208 if (hwconfig_f("dspi", env_hwconfig) &&
  /external/u-boot/board/freescale/mpc837xerdb/
mpc837xerdb.c 176 esdhc_hwconfig_enabled = hwconfig_f("esdhc", buffer);
  /external/u-boot/common/
hwconfig.c 103 * hwconfig_f - query if a particular hwconfig option is specified
122 int hwconfig_f(const char *opt, char *buf) function
133 * Unlike hwconfig_f() function, this function returns a pointer to the
177 * This call is similar to hwconfig_f(), except that it takes additional
  /external/u-boot/board/freescale/ls2080ardb/
ls2080ardb.c 260 if (hwconfig_f("dspi", env_hwconfig) &&
  /external/u-boot/arch/powerpc/cpu/mpc85xx/
cpu_init.c 259 tdm_hwconfig_enabled = hwconfig_f("tdm", buffer);
289 if (hwconfig_f("en_cpc", buffer))
fdt.c 98 tdm_hwconfig_enabled = hwconfig_f("tdm", buffer);
  /external/u-boot/board/freescale/ls1088a/
eth_ls1088aqds.c 478 if (hwconfig_f("xqsgmii", env_hwconfig))
660 if (hwconfig_f("xqsgmii", env_hwconfig)) {

Completed in 403 milliseconds