/src/sys/arch/arm/nxp/ |
imx6_platform.c | 183 int ofw_root; local in function:imx6sx_platform_bootstrap 200 ofw_root = OF_peer(0); 201 if (of_find_bycompat(ofw_root, "arm,cortex-a9-twd-timer") > 0) { 230 intc_node = of_find_bycompat(ofw_root, "arm,cortex-a9-gic"); 239 clks_node = of_find_bycompat(ofw_root, "fsl,imx6sx-ccm");
|
/src/sys/arch/powerpc/powerpc/ |
ofw_machdep.c | 96 int ofw_root; variable in typeref:typename:int 277 if (of_compatible(ofw_root, macrisc)) { 475 ofw_root = OF_finddevice("/"); 495 if (OF_getprop(ofw_root, "#address-cells", &ofw_address_cells, 499 if (OF_getprop(ofw_root, "#size-cells", &ofw_size_cells,
|
/src/sys/arch/macppc/stand/ofwboot/ |
Locore.c | 208 int ofw_root; /* / */ variable in typeref:typename:int 731 ofw_root = OF_finddevice("/"); 736 if (ofw_root == -1) { 758 OF_getprop(ofw_root, "#address-cells", &ofw_address_cells, 760 OF_getprop(ofw_root, "#size-cells", &ofw_size_cells,
|