mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
staging: comedi: addi_apci_1564: define the APCI1564_DO_INT_STATUS_REG bits
Define the bits in this register. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
59c8f0dd76
commit
fa1219e03e
@@ -84,6 +84,8 @@
|
||||
#define APCI1564_DO_INT_CTRL_CC_INT_ENA BIT(1)
|
||||
#define APCI1564_DO_INT_CTRL_VCC_INT_ENA BIT(0)
|
||||
#define APCI1564_DO_INT_STATUS_REG 0x1c
|
||||
#define APCI1564_DO_INT_STATUS_CC BIT(1)
|
||||
#define APCI1564_DO_INT_STATUS_VCC BIT(0)
|
||||
#define APCI1564_DO_IRQ_REG 0x20
|
||||
#define APCI1564_WDOG_REG 0x24
|
||||
#define APCI1564_WDOG_RELOAD_REG 0x28
|
||||
|
||||
Reference in New Issue
Block a user