Searched refs:calc_off (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | sportster.c | 36 calc_off(unsigned int base, unsigned int off) in calc_off() function 58 return (bytein(calc_off(cs->hw.spt.isac, offset))); in ReadISAC() 64 byteout(calc_off(cs->hw.spt.isac, offset), value); in WriteISAC() 82 return (bytein(calc_off(cs->hw.spt.hscx[hscx], offset))); in ReadHSCX() 88 byteout(calc_off(cs->hw.spt.hscx[hscx], offset), value); in WriteHSCX() 95 #define READHSCX(cs, nr, reg) bytein(calc_off(cs->hw.spt.hscx[nr], reg)) 96 #define WRITEHSCX(cs, nr, reg, data) byteout(calc_off(cs->hw.spt.hscx[nr], reg), data)
|