add TS_STAT

This commit is contained in:
none 2020-03-31 16:40:21 +02:00
parent 5138ba3f91
commit 93335e856e
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@
#define TS_CONTROL(_io) ((_io)->regs + 0x00)
#define TS_CONTROL2(_io) ((_io)->regs + 0x04)
#define TS_STAT(_io) ((_io)->regs + 0x08)
#define TS_INPUT_CONTROL_ENABLE (0x00000001)
#define TS_INPUT_CONTROL_RESET (0x00000002)