Searched refs:calc_off (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dsportster.c34 calc_off(unsigned int base, unsigned int off) function
56 return (bytein(calc_off(cs->hw.spt.isac, offset)));
62 byteout(calc_off(cs->hw.spt.isac, offset), value);
80 return (bytein(calc_off(cs->hw.spt.hscx[hscx], offset)));
86 byteout(calc_off(cs->hw.spt.hscx[hscx], offset), value);
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)

Completed in 65 milliseconds