Lines Matching defs:npe

124 #define print_npe(pri, npe, fmt, ...)					\  argument
128 #define debug_msg(npe, fmt, ...) \ argument
131 #define debug_msg(npe, fmt, ...) argument
162 int npe_running(struct npe *npe) in npe_running()
167 static void npe_cmd_write(struct npe *npe, u32 addr, int cmd, u32 data) in npe_cmd_write()
174 static u32 npe_cmd_read(struct npe *npe, u32 addr, int cmd) in npe_cmd_read()
186 static void npe_clear_active(struct npe *npe, u32 reg) in npe_clear_active()
192 static void npe_start(struct npe *npe) in npe_start()
203 static void npe_stop(struct npe *npe) in npe_stop()
209 static int __must_check npe_debug_instr(struct npe *npe, u32 instr, u32 ctx, in npe_debug_instr()
252 static int __must_check npe_logical_reg_write8(struct npe *npe, u32 addr, in npe_logical_reg_write8()
263 static int __must_check npe_logical_reg_write16(struct npe *npe, u32 addr, in npe_logical_reg_write16()
274 static int __must_check npe_logical_reg_write32(struct npe *npe, u32 addr, in npe_logical_reg_write32()
283 static int npe_reset(struct npe *npe) in npe_reset()
405 int npe_send_message(struct npe *npe, const void *msg, const char *what) in npe_send_message()
444 int npe_recv_message(struct npe *npe, void *msg, const char *what) in npe_recv_message()
482 int npe_send_recv_message(struct npe *npe, void *msg, const char *what) in npe_send_recv_message()
501 int npe_load_firmware(struct npe *npe, const char *name, struct device *dev) in npe_load_firmware()
673 void npe_release(struct npe *npe) in npe_release()
685 struct npe *npe = &npe_tab[i]; in ixp4xx_npe_probe() local