mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
wrong interrupt status offsets
This commit is contained in:
parent
6a49ab08ab
commit
3c6028f485
@ -115,13 +115,13 @@
|
||||
#define INTERRUPT_V2_ENABLE_7 (INTERRUPT_BASE + 0x1c)
|
||||
|
||||
#define INTERRUPT_V2_STATUS (INTERRUPT_BASE + 0x20)
|
||||
#define INTERRUPT_V2_STATUS_1 (INTERRUPT_BASE + 0x04)
|
||||
#define INTERRUPT_V2_STATUS_2 (INTERRUPT_BASE + 0x08)
|
||||
#define INTERRUPT_V2_STATUS_3 (INTERRUPT_BASE + 0x0c)
|
||||
#define INTERRUPT_V2_STATUS_4 (INTERRUPT_BASE + 0x10)
|
||||
#define INTERRUPT_V2_STATUS_5 (INTERRUPT_BASE + 0x14)
|
||||
#define INTERRUPT_V2_STATUS_6 (INTERRUPT_BASE + 0x18)
|
||||
#define INTERRUPT_V2_STATUS_7 (INTERRUPT_BASE + 0x1c)
|
||||
#define INTERRUPT_V2_STATUS_1 (INTERRUPT_BASE + 0x24)
|
||||
#define INTERRUPT_V2_STATUS_2 (INTERRUPT_BASE + 0x28)
|
||||
#define INTERRUPT_V2_STATUS_3 (INTERRUPT_BASE + 0x2c)
|
||||
#define INTERRUPT_V2_STATUS_4 (INTERRUPT_BASE + 0x30)
|
||||
#define INTERRUPT_V2_STATUS_5 (INTERRUPT_BASE + 0x34)
|
||||
#define INTERRUPT_V2_STATUS_6 (INTERRUPT_BASE + 0x38)
|
||||
#define INTERRUPT_V2_STATUS_7 (INTERRUPT_BASE + 0x3c)
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user