Searched refs:hwconfig_arg_cmp (Results 1 – 4 of 4) sorted by relevance
171 if (hwconfig_arg_cmp("board_type", "tsec1")) { in fdt_tsec1_fixup()173 } else if (!hwconfig_arg_cmp("board_type", "ulpi")) { in fdt_tsec1_fixup()
254 assert(hwconfig_arg_cmp("key1", "subkey1=value1,subkey2=value2")); in main()272 assert(hwconfig_arg_cmp("key2", "value3")); in main()
77 static inline int hwconfig_arg_cmp(const char *opt, const char *arg) in hwconfig_arg_cmp() function
148 return hwconfig_arg_cmp(phyopt, "xfi"); in tgec_is_fibre()
Completed in 6 milliseconds