]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit86604419632a5060629e03cf71c83fc2385e82dd
tree4f5c89f11da5b2aca22b2b41f2f5c05a5fa00675
parenta8d4fafc60d0023221225e515a755b1b3ac9a182
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