Searched refs:npe (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c39 #include <linux/soc/ixp4xx/npe.h>
169 u8 npe; /* NPE instance used by this interface */ member in struct:eth_plat_info
196 struct npe *npe; member in struct:port
1196 struct npe *npe = port->npe; local
1215 if (npe_send_recv_message(npe, &msg, "ETH_SET_MAX_FRAME_LENGTH"))
1218 npe_name(npe), new_mtu);
1244 struct npe *np local
[all...]
/linux-master/drivers/net/wan/
H A Dixp4xx_hss.c26 #include <linux/soc/ixp4xx/npe.h>
260 struct npe *npe; member in struct:port
368 if (npe_send_message(port->npe, msg, what)) {
370 port->id, val[0], val[1], npe_name(port->npe));
454 if (npe_recv_message(port->npe, &msg, "HSS_LOAD_CONFIG") ||
462 npe_recv_message(port->npe, &msg, "FLUSH_IT");
485 if (npe_recv_message(port->npe, &msg, "PORT_ERROR_READ")) {
523 if (!npe_running(port->npe)) {
524 err = npe_load_firmware(port->npe, npe_nam
[all...]
/linux-master/drivers/soc/ixp4xx/
H A Dixp4xx-npe.c24 #include <linux/soc/ixp4xx/npe.h>
127 #define print_npe(pri, npe, fmt, ...) \
128 printk(pri "%s: " fmt, npe_name(npe), ## __VA_ARGS__)
131 #define debug_msg(npe, fmt, ...) \
132 print_npe(KERN_DEBUG, npe, fmt, ## __VA_ARGS__)
134 #define debug_msg(npe, fmt, ...)
155 static struct npe npe_tab[NPE_COUNT] = {
165 int npe_running(struct npe *npe) argument
167 return (__raw_readl(&npe
170 npe_cmd_write(struct npe *npe, u32 addr, int cmd, u32 data) argument
177 npe_cmd_read(struct npe *npe, u32 addr, int cmd) argument
189 npe_clear_active(struct npe *npe, u32 reg) argument
195 npe_start(struct npe *npe) argument
206 npe_stop(struct npe *npe) argument
212 npe_debug_instr(struct npe *npe, u32 instr, u32 ctx, u32 ldur) argument
255 npe_logical_reg_write8(struct npe *npe, u32 addr, u8 val, u32 ctx) argument
266 npe_logical_reg_write16(struct npe *npe, u32 addr, u16 val, u32 ctx) argument
277 npe_logical_reg_write32(struct npe *npe, u32 addr, u32 val, u32 ctx) argument
286 npe_reset(struct npe *npe) argument
412 npe_send_message(struct npe *npe, const void *msg, const char *what) argument
451 npe_recv_message(struct npe *npe, void *msg, const char *what) argument
489 npe_send_recv_message(struct npe *npe, void *msg, const char *what) argument
508 npe_load_firmware(struct npe *npe, const char *name, struct device *dev) argument
680 npe_release(struct npe *npe) argument
701 struct npe *npe = &npe_tab[i]; local
[all...]
H A DMakefile3 obj-$(CONFIG_IXP4XX_NPE) += ixp4xx-npe.o
/linux-master/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c31 #include <linux/soc/ixp4xx/npe.h>
223 static struct npe *npe_c;
467 ret = of_parse_phandle_with_fixed_args(np, "intel,npe-handle",
/linux-master/include/linux/soc/ixp4xx/
H A Dnpe.h19 struct npe { struct
27 static inline const char *npe_name(struct npe *npe) argument
29 return npe_names[npe->id];
32 int npe_running(struct npe *npe);
33 int npe_send_message(struct npe *npe, const void *msg, const char *what);
34 int npe_recv_message(struct npe *npe, voi
[all...]

Completed in 185 milliseconds