commit | 9dc53852b10888f9032baf78d672b45ab4d791fe | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Fri May 20 14:49:13 2016 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 17 20:59:52 2016 -0700 |
tree | 77d38d1d08eac7d263d76e4a1510a412c06d019c | |
parent | ed5df5db92b3148a94bfa9b025a8e21c6a9518e6 [diff] |
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>