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

  /external/u-boot/include/
hwconfig.h 93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, function
  /external/u-boot/board/freescale/mpc8569mds/
mpc8569mds.c 342 return hwconfig_subarg_cmp("board", "rev", "prototype");
349 hwconfig_subarg_cmp("esdhc", "mode", "4-bits");
470 if (hwconfig_subarg_cmp("esdhc", "mode", "4-bits")) {
487 if (hwconfig_subarg_cmp("qe_usb", "speed", "low"))
492 if (hwconfig_subarg_cmp("qe_usb", "mode", "peripheral")) {
  /external/u-boot/common/
hwconfig.c 257 assert(hwconfig_subarg_cmp("key1", "subkey1", "value1"));
263 assert(hwconfig_subarg_cmp("key1", "subkey2", "value2"));
  /external/u-boot/drivers/usb/common/
fsl-dt-fixup.c 157 if (hwconfig_subarg_cmp(str, "dr_mode",
165 if (hwconfig_subarg_cmp(str, "phy_type",
  /external/u-boot/board/freescale/p1010rdb/
p1010rdb.c 480 if (hwconfig_subarg_cmp("fsl_p1010mux", "tdm_can", "can")) {
483 } else if (hwconfig_subarg_cmp("fsl_p1010mux", "tdm_can", "tdm")) {
522 if (hwconfig_subarg_cmp("fsl_p1010mux", "tdm_can", "can")) {
528 } else if (hwconfig_subarg_cmp("fsl_p1010mux", "tdm_can", "tdm")) {
  /external/u-boot/board/freescale/mpc837xemds/
mpc837xemds.c 302 if (hwconfig_subarg_cmp("pci", "arbiter", "external"))
  /external/u-boot/board/gateworks/gw_ventana/
common.c 1204 if (hwconfig_subarg_cmp(arg, "mode", "gpio")) {
    [all...]
gw_ventana.c     [all...]

Completed in 457 milliseconds