Searched defs:npe (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/soc/ixp4xx/ |
A D | ixp4xx-npe.c | 126 #define print_npe(pri, npe, fmt, ...) \ argument 130 #define debug_msg(npe, fmt, ...) \ argument 133 #define debug_msg(npe, fmt, ...) argument 164 int npe_running(struct npe *npe) in npe_running() 176 static u32 npe_cmd_read(struct npe *npe, u32 addr, int cmd) in npe_cmd_read() 188 static void npe_clear_active(struct npe *npe, u32 reg) in npe_clear_active() 194 static void npe_start(struct npe *npe) in npe_start() 205 static void npe_stop(struct npe *npe) in npe_stop() 285 static int npe_reset(struct npe *npe) in npe_reset() 675 void npe_release(struct npe *npe) in npe_release() [all …]
|
/linux/include/linux/soc/ixp4xx/ |
A D | npe.h | 18 struct npe { struct 19 struct npe_regs __iomem *regs; argument 25 static inline const char *npe_name(struct npe *npe) in npe_name()
|
/linux/arch/arm/boot/dts/ |
A D | intel-ixp4xx.dtsi | 139 npe: npe@c8006000 { label
|
/linux/include/linux/platform_data/ |
A D | eth_ixp4xx.h | 17 u8 npe; /* NPE instance used by this interface */ member
|
/linux/drivers/net/ethernet/xscale/ |
A D | ixp4xx_eth.c | 173 struct npe *npe; member 1176 struct npe *npe = port->npe; in eth_open() local
|
/linux/drivers/net/wan/ |
A D | ixp4xx_hss.c | 254 struct npe *npe; member
|
Completed in 31 milliseconds