Searched refs:cpp (Results 1 – 3 of 3) sorted by relevance
224 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local269 cpp = &np->child; in bootx_scan_dt_build_strings()270 while(*cpp) { in bootx_scan_dt_build_strings()271 np = (struct bootx_dt_node *)(base + *cpp); in bootx_scan_dt_build_strings()272 bootx_scan_dt_build_strings(base, *cpp, mem_end); in bootx_scan_dt_build_strings()273 cpp = &np->sibling; in bootx_scan_dt_build_strings()282 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local341 cpp = &np->child; in bootx_scan_dt_build_struct()342 while(*cpp) { in bootx_scan_dt_build_struct()343 np = (struct bootx_dt_node *)(base + *cpp); in bootx_scan_dt_build_struct()[all …]
602 struct clk **cpp, *clk; in rate_clks_init() local604 cpp = rate_clks; in rate_clks_init()605 while ((clk = *cpp++)) in rate_clks_init()
1738 cpp :8, /* Cores per processor */ member1773 #define overview_cpp overview.overview_bits.cpp