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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 101 milliseconds