Searched refs:calc_off (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/isdn/hisax/ |
D | sportster.c | 34 calc_off(unsigned int base, unsigned int off) in calc_off() function 56 return (bytein(calc_off(cs->hw.spt.isac, offset))); in ReadISAC() 62 byteout(calc_off(cs->hw.spt.isac, offset), value); in WriteISAC() 80 return (bytein(calc_off(cs->hw.spt.hscx[hscx], offset))); in ReadHSCX() 86 byteout(calc_off(cs->hw.spt.hscx[hscx], offset), value); in WriteHSCX() 93 #define READHSCX(cs, nr, reg) bytein(calc_off(cs->hw.spt.hscx[nr], reg)) 94 #define WRITEHSCX(cs, nr, reg, data) byteout(calc_off(cs->hw.spt.hscx[nr], reg), data)
|