Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317657
b: refs/heads/master
c: 7b6afad
h: refs/heads/master
i:
  317655: 412dc3f
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent 62495b3 commit c8423ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 745c22a016b28912fdc802656186da59121edbb1
refs/heads/master: 7b6afad100f50130e6c5a347760e83b83aaa7cc7
12 changes: 12 additions & 0 deletions trunk/drivers/staging/comedi/drivers/adl_pci6208.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@ Configuration Options:
*/
#include "../comedidev.h"

/*
* PCI-6208/6216-GL register map
*/
#define PCI6208_AO_CONTROL(x) (0x00 + (2 * (x)))
#define PCI6208_AO_STATUS 0x00
#define PCI6208_AO_STATUS_DATA_SEND (1 << 0)
#define PCI6208_DIO 0x40
#define PCI6208_DIO_DO_MASK (0x0f)
#define PCI6208_DIO_DO_SHIFT (0)
#define PCI6208_DIO_DI_MASK (0xf0)
#define PCI6208_DIO_DI_SHIFT (4)

/* Board descriptions */
struct pci6208_board {
const char *name;
Expand Down

0 comments on commit c8423ca

Please sign in to comment.