Searched defs:npe (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/soc/ixp4xx/ |
A D | ixp4xx-npe.c | 127 #define print_npe(pri, npe, fmt, ...) \ argument 131 #define debug_msg(npe, fmt, ...) \ argument 134 #define debug_msg(npe, fmt, ...) argument 165 int npe_running(struct npe *npe) in npe_running() 177 static u32 npe_cmd_read(struct npe *npe, u32 addr, int cmd) in npe_cmd_read() 189 static void npe_clear_active(struct npe *npe, u32 reg) in npe_clear_active() 195 static void npe_start(struct npe *npe) in npe_start() 206 static void npe_stop(struct npe *npe) in npe_stop() 286 static int npe_reset(struct npe *npe) in npe_reset() 680 void npe_release(struct npe *npe) in npe_release() [all …]
|
/linux-6.3-rc2/include/linux/soc/ixp4xx/ |
A D | npe.h | 19 struct npe { struct 20 struct npe_regs __iomem *regs; argument 27 static inline const char *npe_name(struct npe *npe) in npe_name()
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | intel-ixp4xx.dtsi | 139 npe: npe@c8006000 { label
|
/linux-6.3-rc2/drivers/net/ethernet/xscale/ |
A D | ixp4xx_eth.c | 161 u8 npe; /* NPE instance used by this interface */ member 188 struct npe *npe; member 1188 struct npe *npe = port->npe; in eth_open() local
|
/linux-6.3-rc2/drivers/net/wan/ |
A D | ixp4xx_hss.c | 260 struct npe *npe; member
|
Completed in 14 milliseconds