diff options
author | Andy Walls <awalls@radix.net> | 2009-09-27 18:51:50 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:40:20 -0500 |
commit | f59ad611acccd4057b8e685c7fd5532ab1a17f66 (patch) | |
tree | 9c48a478ddc9a9f69c64c9e42f3db1f202970b78 /drivers/media/video/cx23885/cx23885-reg.h | |
parent | 1a0b9d89c62ddf0aed12798686fe452e7e97de42 (diff) |
V4L/DVB (13098): cx23885: Add integrated IR subdevice interrupt and notification handling
Add integrated IR subdevice interrupt and notification handling. This is in
preparation of input keypress handling changes for the cx23885 module.
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-reg.h')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-reg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-reg.h b/drivers/media/video/cx23885/cx23885-reg.h index eafbe5226bae..c0bc9a068954 100644 --- a/drivers/media/video/cx23885/cx23885-reg.h +++ b/drivers/media/video/cx23885/cx23885-reg.h | |||
@@ -212,8 +212,9 @@ Channel manager Data Structure entry = 20 DWORD | |||
212 | 212 | ||
213 | #define DEV_CNTRL2 0x00040000 | 213 | #define DEV_CNTRL2 0x00040000 |
214 | 214 | ||
215 | #define PCI_MSK_GPIO1 (1 << 24) | 215 | #define PCI_MSK_IR (1 << 28) |
216 | #define PCI_MSK_GPIO0 (1 << 23) | 216 | #define PCI_MSK_GPIO1 (1 << 24) |
217 | #define PCI_MSK_GPIO0 (1 << 23) | ||
217 | #define PCI_MSK_APB_DMA (1 << 12) | 218 | #define PCI_MSK_APB_DMA (1 << 12) |
218 | #define PCI_MSK_AL_WR (1 << 11) | 219 | #define PCI_MSK_AL_WR (1 << 11) |
219 | #define PCI_MSK_AL_RD (1 << 10) | 220 | #define PCI_MSK_AL_RD (1 << 10) |