Home
last modified time | relevance | path

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

/linux/include/linux/soc/ixp4xx/
H A Dnpe.h19 struct npe { struct
27 static inline const char *npe_name(struct npe *npe) in npe_name() argument
29 return npe_names[npe->id]; in npe_name()
32 int npe_running(struct npe *npe);
33 int npe_send_message(struct npe *npe, const void *msg, const char *what);
34 int npe_recv_message(struct npe *npe, void *msg, const char *what);
35 int npe_send_recv_message(struct npe *npe, void *msg, const char *what);
36 int npe_load_firmware(struct npe *npe, const char *name, struct device *dev);
37 struct npe *npe_request(unsigned id);
38 void npe_release(struct npe *npe);
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp4xx.dtsi139 npe: npe@c8006000 { label
149 intel,npe-handle = <&npe 0>;
156 intel,npe-handle = <&npe 0>;
163 intel,npe-handle = <&npe 2>;
177 intel,npe-handle = <&npe 1>;
188 intel,npe-handle = <&npe 2>;
199 intel,npe-handle = <&npe 0>;
H A Dintel-ixp45x-ixp46x.dtsi50 intel,npe = <1>;
61 intel,npe = <2>;
72 intel,npe = <3>;
H A Dintel-ixp43x-kixrp435.dts65 intel,npe-handle = <&npe 0>;
H A Dintel-ixp43x-gateworks-gw2358.dts196 intel,npe-handle = <&npe 0>;
H A Dintel-ixp42x-goramo-multilink.dts118 npe@c8006000 {
/linux/drivers/soc/ixp4xx/
H A DMakefile3 obj-$(CONFIG_IXP4XX_NPE) += ixp4xx-npe.o
/linux/
H A DMAINTAINERS2860 F: drivers/soc/ixp4xx/ixp4xx-npe.c
2862 F: include/linux/soc/ixp4xx/npe.h