Home
last modified time | relevance | path

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

/drivers/of/
Dfdt.c295 struct device_node *nps[FDT_MAX_DEPTH]; in unflatten_dt_nodes() local
313 nps[depth] = dad; in unflatten_dt_nodes()
325 if (!populate_node(blob, offset, &mem, nps[depth], in unflatten_dt_nodes()
326 &nps[depth+1], dryrun)) in unflatten_dt_nodes()
330 *nodepp = nps[depth+1]; in unflatten_dt_nodes()
332 root = nps[depth+1]; in unflatten_dt_nodes()
/drivers/clocksource/
DMakefile57 obj-$(CONFIG_CLKSRC_NPS) += timer-nps.o