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

Replace the existing macros in "plx9080.h" that define values for the
DMCFGA register.  Use the prefix `PLX_DMCFGA_` for the macros.  Make use
of the `BIT(x)` and `GENMASK(h,l)` macros 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/plx9080.h