Searched refs:npe (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/soc/ixp4xx/ |
| H A D | npe.h | 19 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 D | intel-ixp4xx.dtsi | 139 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 D | intel-ixp45x-ixp46x.dtsi | 50 intel,npe = <1>; 61 intel,npe = <2>; 72 intel,npe = <3>;
|
| H A D | intel-ixp43x-kixrp435.dts | 65 intel,npe-handle = <&npe 0>;
|
| H A D | intel-ixp43x-gateworks-gw2358.dts | 196 intel,npe-handle = <&npe 0>;
|
| H A D | intel-ixp42x-goramo-multilink.dts | 118 npe@c8006000 {
|
| /linux/drivers/soc/ixp4xx/ |
| H A D | Makefile | 3 obj-$(CONFIG_IXP4XX_NPE) += ixp4xx-npe.o
|
| /linux/ |
| H A D | MAINTAINERS | 2860 F: drivers/soc/ixp4xx/ixp4xx-npe.c 2862 F: include/linux/soc/ixp4xx/npe.h
|