Searched defs:ST_REG (Results 1 – 2 of 2) sorted by relevance
607 #define ST_REG(_n, _o) (0x80 + (_n) * 0x20 + (_o)) macro
51 #define ST_REG(reg, chan) (reg + 0x80*chan) /* Status Cnt */ macro