Searched refs:calc_off (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/isdn/hisax/ |
H A D | sportster.c | 34 calc_off(unsigned int base, unsigned int off) calc_off() function 56 return (bytein(calc_off(cs->hw.spt.isac, offset))); ReadISAC() 62 byteout(calc_off(cs->hw.spt.isac, offset), value); WriteISAC() 80 return (bytein(calc_off(cs->hw.spt.hscx[hscx], offset))); ReadHSCX() 86 byteout(calc_off(cs->hw.spt.hscx[hscx], offset), value); 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)
|
Completed in 98 milliseconds