Searched refs:ipac (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A DmISDNinfineon.c46 #include "ipac.h"
118 struct ipac_hw ipac; member in struct:inf_hw
240 card->ipac.isac.dch.debug = debug;
241 card->ipac.hscx[0].bch.debug = debug;
242 card->ipac.hscx[1].bch.debug = debug;
291 mISDNipac_irq(&hw->ipac, irqloops);
309 mISDNipac_irq(&hw->ipac, irqloops);
328 mISDNipac_irq(&hw->ipac, irqloops);
346 mISDNipac_irq(&hw->ipac, irqloops);
365 mISDNipac_irq(&hw->ipac, irqloop
[all...]
H A DmISDNipac.c26 #include "ipac.h"
1150 mISDNipac_irq(struct ipac_hw *ipac, int maxloop) argument
1154 struct isac_hw *isac = &ipac->isac;
1156 if (ipac->type & IPAC_TYPE_IPACX) {
1157 ista = ReadIPAC(ipac, ISACX_ISTA);
1159 pr_debug("%s: ISTA %02x\n", ipac->name, ista);
1161 ipac_irq(&ipac->hscx[0], ista);
1163 ipac_irq(&ipac->hscx[1], ista);
1165 mISDNisac_irq(&ipac->isac, ista);
1166 ista = ReadIPAC(ipac, ISACX_IST
1443 free_ipac(struct ipac_hw *ipac) argument
1478 ipac_init(struct ipac_hw *ipac) argument
1504 open_bchannel(struct ipac_hw *ipac, struct channel_req *rq) argument
1522 channel_ctrl(struct ipac_hw *ipac, struct mISDN_ctrl_req *cq) argument
1552 struct ipac_hw *ipac = container_of(isac, struct ipac_hw, isac); local
1585 mISDNipac_init(struct ipac_hw *ipac, void *hw) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dgazel.c19 #include "ipac.h"
38 #define INT_IPAC_EN 0x3 /* enable IT ipac */
115 return (readreg_ipac(cs->hw.gazel.ipac, 0x80 + off2));
133 writereg_ipac(cs->hw.gazel.ipac, 0x80 + off2, value);
148 read_fifo_ipac(cs->hw.gazel.ipac, 0x80, data, size);
163 write_fifo_ipac(cs->hw.gazel.ipac, 0x80, data, size);
178 read_fifo_ipac(cs->hw.gazel.ipac, hscx * 0x40, data, size);
193 write_fifo_ipac(cs->hw.gazel.ipac, hscx * 0x40, data, size);
210 return (readreg_ipac(cs->hw.gazel.ipac, hscx * 0x40 + off2));
228 writereg_ipac(cs->hw.gazel.ipac, hsc
[all...]
H A Dhisax.h792 signed int ipac; member in struct:gazel_hw

Completed in 62 milliseconds