Home
last modified time | relevance | path

Searched defs:npe (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/soc/ixp4xx/
Dixp4xx-npe.c126 #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()
169 static void npe_cmd_write(struct npe *npe, u32 addr, int cmd, u32 data) in npe_cmd_write()
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()
211 static int __must_check npe_debug_instr(struct npe *npe, u32 instr, u32 ctx, in npe_debug_instr()
[all …]
/Linux-v5.15/include/linux/soc/ixp4xx/
Dnpe.h18 struct npe { struct
19 struct npe_regs __iomem *regs; argument
25 static inline const char *npe_name(struct npe *npe) in npe_name()
/Linux-v5.15/arch/arm/boot/dts/
Dintel-ixp4xx.dtsi141 npe: npe@c8006000 { label
/Linux-v5.15/include/linux/platform_data/
Deth_ixp4xx.h17 u8 npe; /* NPE instance used by this interface */ member
/Linux-v5.15/drivers/net/ethernet/xscale/
Dixp4xx_eth.c173 struct npe *npe; member
1177 struct npe *npe = port->npe; in eth_open() local
/Linux-v5.15/drivers/net/wan/
Dixp4xx_hss.c254 struct npe *npe; member