commit | a3228bc8b7a07e7abf74b8833f3778586e30cb2f | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Fri May 20 14:49:14 2016 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 17 20:59:52 2016 -0700 |
tree | 0d933e386d8c5f258e801a460f2ce110a5528921 | |
parent | 9dc53852b10888f9032baf78d672b45ab4d791fe [diff] |
staging: comedi: drivers: re-do PLX PCI 9080 CNTRL register values Replace the existing macros in "plx9080.h" that define values for the CNTRL register. Use the prefix `PLX_CNTRL_` 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>