Lines Matching refs:ppp
98 u32 *ppp = &np->properties; in bootx_early_getprop() local
100 while(*ppp) { in bootx_early_getprop()
102 (struct bootx_dt_prop *)(base + *ppp); in bootx_early_getprop()
108 ppp = &pp->next; in bootx_early_getprop()
225 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local
254 while (*ppp) { in bootx_scan_dt_build_strings()
256 (struct bootx_dt_prop *)(base + *ppp); in bootx_scan_dt_build_strings()
266 ppp = &pp->next; in bootx_scan_dt_build_strings()
283 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local
313 while (*ppp) { in bootx_scan_dt_build_struct()
315 (struct bootx_dt_prop *)(base + *ppp); in bootx_scan_dt_build_struct()
330 ppp = &pp->next; in bootx_scan_dt_build_struct()