mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
add TS_STAT
This commit is contained in:
parent
5138ba3f91
commit
93335e856e
@ -232,6 +232,7 @@
|
|||||||
|
|
||||||
#define TS_CONTROL(_io) ((_io)->regs + 0x00)
|
#define TS_CONTROL(_io) ((_io)->regs + 0x00)
|
||||||
#define TS_CONTROL2(_io) ((_io)->regs + 0x04)
|
#define TS_CONTROL2(_io) ((_io)->regs + 0x04)
|
||||||
|
#define TS_STAT(_io) ((_io)->regs + 0x08)
|
||||||
|
|
||||||
#define TS_INPUT_CONTROL_ENABLE (0x00000001)
|
#define TS_INPUT_CONTROL_ENABLE (0x00000001)
|
||||||
#define TS_INPUT_CONTROL_RESET (0x00000002)
|
#define TS_INPUT_CONTROL_RESET (0x00000002)
|
||||||
|
Loading…
Reference in New Issue
Block a user