Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/generic/
H A Dinit.c35 const struct mips_machine *check_mach; in plat_get_fdt() local
49 for_each_mips_machine(check_mach) { in plat_get_fdt()
50 match = mips_machine_is_compatible(check_mach, fdt); in plat_get_fdt()
52 mach = check_mach; in plat_get_fdt()
63 for_each_mips_machine(check_mach) { in plat_get_fdt()
64 if (!check_mach->detect) in plat_get_fdt()
67 if (!check_mach->detect()) in plat_get_fdt()
70 mach = check_mach; in plat_get_fdt()