Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/devicetree/bindings/net/
Dezchip_enet.txt4 - compatible: Should be "ezchip,nps-mgt-enet"
11 compatible = "ezchip,nps-mgt-enet";
/Linux-v4.19/arch/arc/boot/dts/
Deznps.dts20 compatible = "ezchip,arc-nps";
88 compatible = "ezchip,nps-mgt-enet";
Dnsimosci.dts82 compatible = "ezchip,nps-mgt-enet";
Dnsimosci_hs.dts82 compatible = "ezchip,nps-mgt-enet";
Dnsimosci_hs_idu.dts89 compatible = "ezchip,nps-mgt-enet";
/Linux-v4.19/Documentation/devicetree/bindings/arc/
Deznps.txt7 - compatible = "ezchip,arc-nps";
/Linux-v4.19/drivers/of/
Dfdt.c371 struct device_node *nps[FDT_MAX_DEPTH]; in unflatten_dt_nodes() local
389 nps[depth] = dad; in unflatten_dt_nodes()
401 if (!populate_node(blob, offset, &mem, nps[depth], in unflatten_dt_nodes()
402 &nps[depth+1], dryrun)) in unflatten_dt_nodes()
406 *nodepp = nps[depth+1]; in unflatten_dt_nodes()
408 root = nps[depth+1]; in unflatten_dt_nodes()
/Linux-v4.19/drivers/clocksource/
DMakefile55 obj-$(CONFIG_CLKSRC_NPS) += timer-nps.o