Searched defs:npe (Results 1 – 4 of 4) sorted by relevance
/linux-3.3/arch/arm/mach-ixp4xx/include/mach/ |
D | npe.h | 17 struct npe { struct 19 struct npe_regs __iomem *regs; argument 26 static inline const char *npe_name(struct npe *npe) in npe_name()
|
/linux-3.3/arch/arm/mach-ixp4xx/ |
D | ixp4xx_npe.c | 121 #define print_npe(pri, npe, fmt, ...) \ argument 125 #define debug_msg(npe, fmt, ...) \ argument 128 #define debug_msg(npe, fmt, ...) argument 165 int npe_running(struct npe *npe) in npe_running() 170 static void npe_cmd_write(struct npe *npe, u32 addr, int cmd, u32 data) in npe_cmd_write() 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() 212 static int __must_check npe_debug_instr(struct npe *npe, u32 instr, u32 ctx, in npe_debug_instr() [all …]
|
/linux-3.3/drivers/net/ethernet/xscale/ |
D | ixp4xx_eth.c | 171 struct npe *npe; member 1151 struct npe *npe = port->npe; in eth_open() local
|
/linux-3.3/drivers/net/wan/ |
D | ixp4xx_hss.c | 257 struct npe *npe; member
|