Searched refs:niccy (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/isdn/hisax/ ! |
D | niccy.c | 80 return readreg(cs->hw.niccy.isac_ale, cs->hw.niccy.isac, offset); in ReadISAC() 85 writereg(cs->hw.niccy.isac_ale, cs->hw.niccy.isac, offset, value); in WriteISAC() 90 readfifo(cs->hw.niccy.isac_ale, cs->hw.niccy.isac, 0, data, size); in ReadISACfifo() 95 writefifo(cs->hw.niccy.isac_ale, cs->hw.niccy.isac, 0, data, size); in WriteISACfifo() 100 return readreg(cs->hw.niccy.hscx_ale, in ReadHSCX() 101 cs->hw.niccy.hscx, offset + (hscx ? 0x40 : 0)); in ReadHSCX() 107 writereg(cs->hw.niccy.hscx_ale, in WriteHSCX() 108 cs->hw.niccy.hscx, offset + (hscx ? 0x40 : 0), value); in WriteHSCX() 111 #define READHSCX(cs, nr, reg) readreg(cs->hw.niccy.hscx_ale, \ 112 cs->hw.niccy.hscx, reg + (nr ? 0x40 : 0)) [all …]
|
D | Makefile | 52 hisax-$(CONFIG_HISAX_NICCY) += niccy.o isac.o arcofi.o hscx.o
|
D | hisax.h | 913 struct ix1_hw niccy; member
|