Searched refs:hwconfig_arg_cmp (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/board/freescale/t102xqds/ |
| H A D | t102xqds.c | 163 if (hwconfig_arg_cmp("pin_mux", "tdm")) { in board_mux_setup() 169 } else if (hwconfig_arg_cmp("pin_mux", "ucc")) { in board_mux_setup() 172 } else if (hwconfig_arg_cmp("pin_mux", "hdmi")) { in board_mux_setup() 175 } else if (hwconfig_arg_cmp("pin_mux", "lcd")) { in board_mux_setup() 181 if (hwconfig_arg_cmp("adaptor", "sdxc")) in board_mux_setup() 345 if (hwconfig_arg_cmp("pin_mux", "tdm")) { in fdt_fixup_spi_mux()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8315erdb/ |
| H A D | mpc8315erdb.c | 168 if (hwconfig_arg_cmp("board_type", "tsec1")) { in fdt_tsec1_fixup() 170 } else if (!hwconfig_arg_cmp("board_type", "ulpi")) { in fdt_tsec1_fixup()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | hwconfig.c | 252 assert(hwconfig_arg_cmp("key1", "subkey1=value1,subkey2=value2")); in main() 270 assert(hwconfig_arg_cmp("key2", "value3")); in main()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | hwconfig.h | 78 static inline int hwconfig_arg_cmp(const char *opt, const char *arg) in hwconfig_arg_cmp() function
|
| /OK3568_Linux_fs/u-boot/drivers/net/fm/ |
| H A D | eth.c | 126 return hwconfig_arg_cmp(phyopt, "xfi"); in tgec_is_fibre()
|