Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Drtas.c1127 const __be32 *basep, *entryp, *sizep; in rtas_initialize() local
1134 entryp = of_get_property(rtas.dev, in rtas_initialize()
1136 if (entryp == NULL) /* Ugh */ in rtas_initialize()
1139 rtas.entry = __be32_to_cpu(*entryp); in rtas_initialize()
1165 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
1171 entryp = of_get_flat_dt_prop(node, "linux,rtas-entry", NULL); in early_init_dt_scan_rtas()
1174 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
1176 rtas.entry = *entryp; in early_init_dt_scan_rtas()
/arch/powerpc/platforms/powernv/
Dopal.c80 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local
87 entryp = of_get_flat_dt_prop(node, "opal-entry-address", &entrysz); in early_init_dt_scan_opal()
90 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal()
94 opal.entry = of_read_number(entryp, entrysz/4); in early_init_dt_scan_opal()
100 opal.entry, entryp, entrysz); in early_init_dt_scan_opal()