OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ofw_root
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/nxp/
imx6_platform.c
183
int
ofw_root
;
local
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
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
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,
Completed in 88 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026