Home
last modified time | relevance | path

Searched refs:hwconfig_subarg_cmp (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/board/freescale/mpc8569mds/
Dmpc8569mds.c342 return hwconfig_subarg_cmp("board", "rev", "prototype"); in prototype_board()
349 hwconfig_subarg_cmp("esdhc", "mode", "4-bits"); in esdhc_disables_uart0()
470 if (hwconfig_subarg_cmp("esdhc", "mode", "4-bits")) { in fdt_board_fixup_esdhc()
487 if (hwconfig_subarg_cmp("qe_usb", "speed", "low")) in fdt_board_fixup_qe_usb()
492 if (hwconfig_subarg_cmp("qe_usb", "mode", "peripheral")) { in fdt_board_fixup_qe_usb()
/external/u-boot/board/freescale/p1010rdb/
Dp1010rdb.c480 if (hwconfig_subarg_cmp("fsl_p1010mux", "tdm_can", "can")) { in ft_board_setup()
483 } else if (hwconfig_subarg_cmp("fsl_p1010mux", "tdm_can", "tdm")) { in ft_board_setup()
522 if (hwconfig_subarg_cmp("fsl_p1010mux", "tdm_can", "can")) { in misc_init_r()
528 } else if (hwconfig_subarg_cmp("fsl_p1010mux", "tdm_can", "tdm")) { in misc_init_r()
/external/u-boot/drivers/usb/common/
Dfsl-dt-fixup.c157 if (hwconfig_subarg_cmp(str, "dr_mode", in fsl_fdt_fixup_dr_usb()
165 if (hwconfig_subarg_cmp(str, "phy_type", in fsl_fdt_fixup_dr_usb()
/external/u-boot/common/
Dhwconfig.c257 assert(hwconfig_subarg_cmp("key1", "subkey1", "value1")); in main()
263 assert(hwconfig_subarg_cmp("key1", "subkey2", "value2")); in main()
/external/u-boot/include/
Dhwconfig.h93 static inline int hwconfig_subarg_cmp(const char *opt, const char *subopt, in hwconfig_subarg_cmp() function
/external/u-boot/board/freescale/mpc837xemds/
Dmpc837xemds.c302 if (hwconfig_subarg_cmp("pci", "arbiter", "external")) in board_pci_host_broken()
/external/u-boot/board/gateworks/gw_ventana/
Dcommon.c1204 if (hwconfig_subarg_cmp(arg, "mode", "gpio")) { in setup_board_gpio()
1215 } else if (hwconfig_subarg_cmp(arg, "mode", "pwm") && in setup_board_gpio()
Dgw_ventana.c1299 if (hwconfig_subarg_cmp(arg, "mode", "pwm") && cfg->pwm_param) in ft_board_setup()