commit | 65bf53de830063520cfbdedd56d80f1125d62271 | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Fri May 20 14:49:16 2016 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 17 20:59:52 2016 -0700 |
tree | c573b96637341819aaadc2fbc993ebb98afe0d39 | |
parent | df04d3aa028a5feb905b1b0871c000ed51535eef [diff] |
staging: comedi: drivers: re-do PLX PCI 9080 DMAMODEx register values Replace the existing macros in "plx9080.h" that define values for the DMAMODE0 and DMAMODE1 registers. Use the prefix `PLX_DMAMODE_` 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>