Home
last modified time | relevance | path

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

/u-boot/board/freescale/mpc8315erdb/
A Dmpc8315erdb.c171 if (hwconfig_arg_cmp("board_type", "tsec1")) { in fdt_tsec1_fixup()
173 } else if (!hwconfig_arg_cmp("board_type", "ulpi")) { in fdt_tsec1_fixup()
/u-boot/common/
A Dhwconfig.c254 assert(hwconfig_arg_cmp("key1", "subkey1=value1,subkey2=value2")); in main()
272 assert(hwconfig_arg_cmp("key2", "value3")); in main()
/u-boot/include/
A Dhwconfig.h77 static inline int hwconfig_arg_cmp(const char *opt, const char *arg) in hwconfig_arg_cmp() function
/u-boot/drivers/net/fm/
A Deth.c148 return hwconfig_arg_cmp(phyopt, "xfi"); in tgec_is_fibre()

Completed in 6 milliseconds