staging: comedi: drivers: re-do PLX PCI 9080 DMACSRx register values
authorIan Abbott <abbotti@mev.co.uk>
Fri, 20 May 2016 13:49:18 +0000 (14:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Jun 2016 03:59:52 +0000 (20:59 -0700)
commit3dcf1b5596603076cf127a3efdf3a33a276d8b9e
tree4f5c89f11da5b2aca22b2b41f2f5c05a5fa00675
parentdde90d89ae5a98a3f1420b6c20c7f58dd95ccfa3
staging: comedi: drivers: re-do PLX PCI 9080 DMACSRx register values

Replace the existing macros in "plx9080.h" that define values for the
DMACSR0 and DMACSR0 registers.  Use the prefix `PLX_DMACSR_` for the
macros.  Make use of the `BIT(x)` macro to define the values.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/cb_pcidas64.c
drivers/staging/comedi/drivers/gsc_hpdi.c
drivers/staging/comedi/drivers/plx9080.h