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

Replace the existing macros in "plx9080.h" that define values for the
INTCSR register.  Use the prefix `PLX_INTCSR_` 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/cb_pcidas64.c
drivers/staging/comedi/drivers/gsc_hpdi.c
drivers/staging/comedi/drivers/plx9080.h
drivers/staging/comedi/drivers/rtd520.c