Searched refs:hscx (Results 51 - 56 of 56) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hisax/
H A Delsa_ser.c292 bcs->ackcnt += bcs->hw.hscx.count;
301 bcs->hw.hscx.count = 0;
432 if (bcs->hw.hscx.rcvbuf) {
434 kfree(bcs->hw.hscx.rcvbuf);
435 bcs->hw.hscx.rcvbuf = NULL;
562 bcs->hw.hscx.count = 0;
599 bcs->hw.hscx.rcvbuf = bcs->cs->hw.elsa.rcvbuf;
606 bcs->hw.hscx.rcvidx = 0;
H A Dbkm_a8.c18 #include "hscx.h"
103 ReadHSCX(struct IsdnCardState *cs, int hscx, u_char offset) argument
105 return (readreg(cs->hw.ax.base, cs->hw.ax.data_adr, offset + (hscx ? 0x40 : 0)));
109 WriteHSCX(struct IsdnCardState *cs, int hscx, u_char offset, u_char value) argument
111 writereg(cs->hw.ax.base, cs->hw.ax.data_adr, offset + (hscx ? 0x40 : 0), value);
407 /* For isac and hscx data path */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hisax/
H A Delsa_ser.c292 bcs->ackcnt += bcs->hw.hscx.count;
301 bcs->hw.hscx.count = 0;
432 if (bcs->hw.hscx.rcvbuf) {
434 kfree(bcs->hw.hscx.rcvbuf);
435 bcs->hw.hscx.rcvbuf = NULL;
562 bcs->hw.hscx.count = 0;
599 bcs->hw.hscx.rcvbuf = bcs->cs->hw.elsa.rcvbuf;
606 bcs->hw.hscx.rcvidx = 0;
H A Dbkm_a8.c18 #include "hscx.h"
103 ReadHSCX(struct IsdnCardState *cs, int hscx, u_char offset) argument
105 return (readreg(cs->hw.ax.base, cs->hw.ax.data_adr, offset + (hscx ? 0x40 : 0)));
109 WriteHSCX(struct IsdnCardState *cs, int hscx, u_char offset, u_char value) argument
111 writereg(cs->hw.ax.base, cs->hw.ax.data_adr, offset + (hscx ? 0x40 : 0), value);
407 /* For isac and hscx data path */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hardware/mISDN/
H A Dipac.h70 struct hscx_hw hscx[2]; member in struct:ipac_hw
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dipac.h70 struct hscx_hw hscx[2]; member in struct:ipac_hw

Completed in 108 milliseconds

123