Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/core/
H A Dof_addr.c96 static struct of_bus of_busses[] = { variable
113 for (i = 0; i < ARRAY_SIZE(of_busses); i++) in of_match_bus()
114 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
115 return &of_busses[i]; in of_match_bus()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dof_device_32.c138 static struct of_bus of_busses[] = { variable
181 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()
182 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
183 return &of_busses[i]; in of_match_bus()
H A Dof_device_64.c183 static struct of_bus of_busses[] = { variable
235 for (i = 0; i < ARRAY_SIZE(of_busses); i ++) in of_match_bus()
236 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
237 return &of_busses[i]; in of_match_bus()
/OK3568_Linux_fs/kernel/drivers/of/
H A Dfdt_address.c100 static const struct of_bus of_busses[] __initconst = { variable
186 bus = &of_busses[0]; in fdt_translate_address()
215 pbus = &of_busses[0]; in fdt_translate_address()
H A Daddress.c373 static struct of_bus of_busses[] = { variable
414 for (i = 0; i < ARRAY_SIZE(of_busses); i++) in of_match_bus()
415 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
416 return &of_busses[i]; in of_match_bus()
/OK3568_Linux_fs/u-boot/common/
H A Dfdt_support.c1214 static struct of_bus of_busses[] = { variable
1240 if (ARRAY_SIZE(of_busses) == 1) in of_match_bus()
1241 return of_busses; in of_match_bus()
1243 for (bus = of_busses; bus; bus++) { in of_match_bus()
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.sym
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map