Searched defs:npe (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ |
H A D | npe.h | 17 struct npe { struct 26 static inline const char *npe_name(struct npe *npe) npe_name() argument
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
H A D | ixp4xx_npe.c | 169 int npe_running(struct npe *npe) npe_running() argument 174 static void npe_cmd_write(struct npe *npe, u32 addr, int cmd, u32 data) npe_cmd_write() argument 181 static u32 npe_cmd_read(struct npe *npe, u32 addr, int cmd) npe_cmd_read() argument 193 static void npe_clear_active(struct npe *npe, u32 reg) npe_clear_active() argument 199 static void npe_start(struct npe *npe) npe_start() argument 210 static void npe_stop(struct npe *npe) npe_stop() argument 216 static int __must_check npe_debug_instr(struct npe *npe, u32 instr, u32 ctx, npe_debug_instr() argument 259 static int __must_check npe_logical_reg_write8(struct npe *npe, u32 addr, npe_logical_reg_write8() argument 270 static int __must_check npe_logical_reg_write16(struct npe *npe, u32 addr, npe_logical_reg_write16() argument 281 static int __must_check npe_logical_reg_write32(struct npe *npe, u32 addr, npe_logical_reg_write32() argument 290 static int npe_reset(struct npe *npe) npe_reset() argument 412 int npe_send_message(struct npe *npe, const void *msg, const char *what) npe_send_message() argument 451 int npe_recv_message(struct npe *npe, void *msg, const char *what) npe_recv_message() argument 489 int npe_send_recv_message(struct npe *npe, void *msg, const char *what) npe_send_recv_message() argument 508 int npe_load_firmware(struct npe *npe, const char *name, struct device *dev) npe_load_firmware() argument 680 void npe_release(struct npe *npe) npe_release() argument 692 struct npe *npe = &npe_tab[i]; npe_init_module() local
|
/linux-4.4.14/drivers/net/wan/ |
H A D | ixp4xx_hss.c | 258 struct npe *npe; member in struct:port
|
/linux-4.4.14/drivers/net/ethernet/xscale/ |
H A D | ixp4xx_eth.c | 171 struct npe *npe; member in struct:port 1204 struct npe *npe = port->npe; eth_open() local
|
Completed in 109 milliseconds