Searched refs:hwconfig_arg_cmp (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/board/freescale/t102xqds/ |
D | t102xqds.c | 162 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/ |
D | mpc8315erdb.c | 167 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/ |
D | hwconfig.c | 251 assert(hwconfig_arg_cmp("key1", "subkey1=value1,subkey2=value2")); in main() 269 assert(hwconfig_arg_cmp("key2", "value3")); in main()
|
/external/u-boot/include/ |
D | hwconfig.h | 77 static inline int hwconfig_arg_cmp(const char *opt, const char *arg) in hwconfig_arg_cmp() function
|
/external/u-boot/drivers/net/fm/ |
D | eth.c | 125 return hwconfig_arg_cmp(phyopt, "xfi"); in tgec_is_fibre()
|