Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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()
/rk3399_rockchip-uboot/common/
H A Dfdt_support.c1210 static struct of_bus of_busses[] = { variable
1236 if (ARRAY_SIZE(of_busses) == 1) in of_match_bus()
1237 return of_busses; in of_match_bus()
1239 for (bus = of_busses; bus; bus++) { in of_match_bus()