Searched refs:of_busses (Results 1 – 2 of 2) sorted by relevance
100 static const struct of_bus of_busses[] __initconst = { variable186 bus = &of_busses[0]; in fdt_translate_address()215 pbus = &of_busses[0]; in fdt_translate_address()
430 static struct of_bus of_busses[] = { variable469 for (i = 0; i < ARRAY_SIZE(of_busses); i++) in of_match_bus()470 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()471 return &of_busses[i]; in of_match_bus()