Searched defs:ale (Results 1 - 17 of 17) sorted by relevance

/drivers/isdn/hardware/mISDN/
H A Diohelper.h35 u32 ale; member in struct:_ioport
59 outb(off, hw->ap.ale); \
64 outb(off, hw->ap.ale); \
69 outb(off, hw->ap.ale); \
74 outb(off, hw->ap.ale); \
/drivers/isdn/hisax/
H A Dasuscom.c44 readreg(unsigned int ale, unsigned int adr, u_char off) argument
48 byteout(ale, off);
54 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
56 byteout(ale, off);
62 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) argument
64 byteout(ale, off);
69 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
71 byteout(ale, off);
H A Dbkm_a4t.c27 readreg(unsigned int ale, unsigned long adr, u_char off) argument
34 *po = (ale | PO_READ);
42 readfifo(unsigned int ale, unsigned long adr, u_char off, u_char *data, int size) argument
46 *data++ = readreg(ale, adr, off);
51 writereg(unsigned int ale, unsigned long adr, u_char off, u_char data) argument
56 *po = (ale | PO_WRITE | data);
62 writefifo(unsigned int ale, unsigned long adr, u_char off, u_char *data, int size) argument
67 writereg(ale, adr, off, *data++);
H A Dbkm_a8.c41 readreg(unsigned int ale, unsigned int adr, u_char off) argument
44 wordout(ale, off);
50 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
53 wordout(ale, off);
60 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) argument
62 wordout(ale, off);
67 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
70 wordout(ale, off);
H A Dix1_micro.c42 readreg(unsigned int ale, unsigned int adr, u_char off) argument
46 byteout(ale, off);
52 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
54 byteout(ale, off);
60 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) argument
62 byteout(ale, off);
67 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
69 byteout(ale, off);
H A Dmic.c32 readreg(unsigned int ale, unsigned int adr, u_char off) argument
36 byteout(ale, off);
42 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
44 byteout(ale, off);
50 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) argument
52 byteout(ale, off);
57 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
59 byteout(ale, off);
H A Dniccy.c46 static inline u_char readreg(unsigned int ale, unsigned int adr, u_char off) argument
50 byteout(ale, off);
55 static inline void readfifo(unsigned int ale, unsigned int adr, u_char off, argument
58 byteout(ale, off);
62 static inline void writereg(unsigned int ale, unsigned int adr, u_char off, argument
65 byteout(ale, off);
69 static inline void writefifo(unsigned int ale, unsigned int adr, u_char off, argument
72 byteout(ale, off);
359 printk(KERN_INFO "HiSax: NICCY %s config irq:%d data:0x%X ale:0x%X\n",
H A Dsaphir.c34 readreg(unsigned int ale, unsigned int adr, u_char off) argument
38 byteout(ale, off);
44 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
46 byteout(ale, off);
52 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) argument
54 byteout(ale, off);
59 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
61 byteout(ale, off);
70 return (readreg(cs->hw.saphir.ale, cs->hw.saphir.isac, offset));
76 writereg(cs->hw.saphir.ale, c
[all...]
H A Dteleint.c25 readreg(unsigned int ale, unsigned int adr, u_char off) argument
30 byteout(ale, off);
31 ret = HFC_BUSY & bytein(ale);
33 ret = HFC_BUSY & bytein(ale);
43 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
49 byteout(ale, off);
51 ret = HFC_BUSY & bytein(ale);
53 ret = HFC_BUSY & bytein(ale);
64 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) argument
69 byteout(ale, of
81 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
[all...]
H A Dsedlbauer.c120 readreg(unsigned int ale, unsigned int adr, u_char off) argument
124 byteout(ale, off);
130 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
132 byteout(ale, off);
138 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) argument
140 byteout(ale, off);
145 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
147 byteout(ale, off);
H A Ddiva.c82 readreg(unsigned int ale, unsigned int adr, u_char off) argument
86 byteout(ale, off);
92 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
94 byteout(ale, off);
100 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) argument
102 byteout(ale, off);
107 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
109 byteout(ale, off);
H A Delsa.c142 readreg(unsigned int ale, unsigned int adr, u_char off) argument
146 byteout(ale, off);
152 readfifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
154 byteout(ale, off);
160 writereg(unsigned int ale, unsigned int adr, u_char off, u_char data) argument
162 byteout(ale, off);
167 writefifo(unsigned int ale, unsigned int adr, u_char off, u_char *data, int size) argument
169 byteout(ale, off);
178 return (readreg(cs->hw.elsa.ale, cs->hw.elsa.isac, offset));
184 writereg(cs->hw.elsa.ale, c
[all...]
H A Dhisax.h557 unsigned int ale; member in struct:elsa_hw
770 unsigned int ale; member in struct:saphir_hw
/drivers/net/ethernet/ti/
H A Dcpsw_ale.c119 static int cpsw_ale_read(struct cpsw_ale *ale, int idx, u32 *ale_entry) argument
123 WARN_ON(idx > ale->params.ale_entries);
125 __raw_writel(idx, ale->params.ale_regs + ALE_TABLE_CONTROL);
128 ale_entry[i] = __raw_readl(ale->params.ale_regs +
134 static int cpsw_ale_write(struct cpsw_ale *ale, int idx, u32 *ale_entry) argument
138 WARN_ON(idx > ale->params.ale_entries);
141 __raw_writel(ale_entry[i], ale->params.ale_regs +
144 __raw_writel(idx | ALE_TABLE_WRITE, ale->params.ale_regs +
150 static int cpsw_ale_match_addr(struct cpsw_ale *ale, u8 *addr) argument
155 for (idx = 0; idx < ale
169 cpsw_ale_match_free(struct cpsw_ale *ale) argument
183 cpsw_ale_find_ageable(struct cpsw_ale *ale) argument
203 cpsw_ale_flush_mcast(struct cpsw_ale *ale, u32 *ale_entry, int port_mask) argument
220 cpsw_ale_flush_ucast(struct cpsw_ale *ale, u32 *ale_entry, int port_mask) argument
231 cpsw_ale_flush(struct cpsw_ale *ale, int port_mask) argument
252 cpsw_ale_add_ucast(struct cpsw_ale *ale, u8 *addr, int port, int flags) argument
276 cpsw_ale_del_ucast(struct cpsw_ale *ale, u8 *addr, int port) argument
290 cpsw_ale_add_mcast(struct cpsw_ale *ale, u8 *addr, int port_mask, int super, int mcast_state) argument
320 cpsw_ale_del_mcast(struct cpsw_ale *ale, u8 *addr, int port_mask) argument
518 cpsw_ale_control_set(struct cpsw_ale *ale, int port, int control, int value) argument
549 cpsw_ale_control_get(struct cpsw_ale *ale, int port, int control) argument
574 struct cpsw_ale *ale = (struct cpsw_ale *)arg; local
584 cpsw_ale_set_ageout(struct cpsw_ale *ale, int ageout) argument
595 cpsw_ale_start(struct cpsw_ale *ale) argument
614 cpsw_ale_stop(struct cpsw_ale *ale) argument
621 struct cpsw_ale *ale; local
633 cpsw_ale_destroy(struct cpsw_ale *ale) argument
[all...]
H A Dcpsw.c122 MODULE_PARM_DESC(ale_ageout, "cpsw ale ageout interval (seconds)");
213 struct cpsw_ale *ale; member in struct:cpsw_priv
378 cpsw_ale_control_set(priv->ale, slave_port,
389 cpsw_ale_control_set(priv->ale, slave_port,
450 cpsw_ale_add_mcast(priv->ale, priv->ndev->broadcast,
468 /* soft reset the controller and initialize ale */
470 cpsw_ale_start(priv->ale);
473 cpsw_ale_control_set(priv->ale, 0, ALE_VLAN_AWARE, 0);
480 cpsw_ale_control_set(priv->ale, priv->host_port,
483 cpsw_ale_add_ucast(priv->ale, pri
[all...]
/drivers/net/ethernet/cadence/
H A Dat91_ether.c844 int ale, lenerr, seqe, lcol, ecol; local
848 ale = at91_emac_read(AT91_EMAC_ALE);
849 dev->stats.rx_frame_errors += ale; /* Alignment errors */
855 dev->stats.rx_errors += (ale + lenerr + seqe
/drivers/mtd/nand/
H A Dnandsim.c359 int ale; /* address Latch Enable */ member in struct:nandsim::__anon1798
1895 if (ns->lines.ale || ns->lines.cle) {
1967 if (ns->lines.ale && ns->lines.cle) {
2020 } else if (ns->lines.ale == 1) {
2118 ns->lines.ale = bitmask & NAND_ALE ? 1 : 0;
2176 if (ns->lines.ale || ns->lines.cle) {

Completed in 283 milliseconds