Searched refs:ix1 (Results 1 – 3 of 3) sorted by relevance
/drivers/isdn/hisax/ |
D | ix1_micro.c | 78 return (readreg(cs->hw.ix1.isac_ale, cs->hw.ix1.isac, offset)); in ReadISAC() 84 writereg(cs->hw.ix1.isac_ale, cs->hw.ix1.isac, offset, value); in WriteISAC() 90 readfifo(cs->hw.ix1.isac_ale, cs->hw.ix1.isac, 0, data, size); in ReadISACfifo() 96 writefifo(cs->hw.ix1.isac_ale, cs->hw.ix1.isac, 0, data, size); in WriteISACfifo() 102 return (readreg(cs->hw.ix1.hscx_ale, in ReadHSCX() 103 cs->hw.ix1.hscx, offset + (hscx ? 0x40 : 0))); in ReadHSCX() 109 writereg(cs->hw.ix1.hscx_ale, in WriteHSCX() 110 cs->hw.ix1.hscx, offset + (hscx ? 0x40 : 0), value); in WriteHSCX() 113 #define READHSCX(cs, nr, reg) readreg(cs->hw.ix1.hscx_ale, \ 114 cs->hw.ix1.hscx, reg + (nr ? 0x40 : 0)) [all …]
|
D | Kconfig | 10 S0-16.3, Teles S0-8, Teles/Creatix PnP, ITK micro ix1 and many 158 bool "ITK ix1-micro Revision 2" 161 This enables HiSax support for the ITK ix1-micro Revision 2 card.
|
D | hisax.h | 902 struct ix1_hw ix1; member
|