Home
last modified time | relevance | path

Searched refs:hwconfig_arg_cmp (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/board/freescale/t102xqds/
Dt102xqds.c162 if (hwconfig_arg_cmp("pin_mux", "tdm")) { in board_mux_setup()
168 } else if (hwconfig_arg_cmp("pin_mux", "ucc")) { in board_mux_setup()
171 } else if (hwconfig_arg_cmp("pin_mux", "hdmi")) { in board_mux_setup()
174 } else if (hwconfig_arg_cmp("pin_mux", "lcd")) { in board_mux_setup()
180 if (hwconfig_arg_cmp("adaptor", "sdxc")) in board_mux_setup()
344 if (hwconfig_arg_cmp("pin_mux", "tdm")) { in fdt_fixup_spi_mux()
/external/u-boot/board/freescale/mpc8315erdb/
Dmpc8315erdb.c167 if (hwconfig_arg_cmp("board_type", "tsec1")) { in fdt_tsec1_fixup()
169 } else if (!hwconfig_arg_cmp("board_type", "ulpi")) { in fdt_tsec1_fixup()
/external/u-boot/common/
Dhwconfig.c251 assert(hwconfig_arg_cmp("key1", "subkey1=value1,subkey2=value2")); in main()
269 assert(hwconfig_arg_cmp("key2", "value3")); in main()
/external/u-boot/include/
Dhwconfig.h77 static inline int hwconfig_arg_cmp(const char *opt, const char *arg) in hwconfig_arg_cmp() function
/external/u-boot/drivers/net/fm/
Deth.c125 return hwconfig_arg_cmp(phyopt, "xfi"); in tgec_is_fibre()