staging: comedi: drivers: add PLX PCI 9080 DMATHR register values
authorIan Abbott <abbotti@mev.co.uk>
Fri, 20 May 2016 13:49:19 +0000 (14:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Jun 2016 03:59:52 +0000 (20:59 -0700)
commiteb89333146c3f86aed85944c65c08ad8250668d5
treeb807a68e674bfa416323387fe06aa5603a23b3c5
parent3dcf1b5596603076cf127a3efdf3a33a276d8b9e
staging: comedi: drivers: add PLX PCI 9080 DMATHR register values

Add macros in "plx9080.h" that define values for the DMATHR register
values.  Use the prefix `PLX_DMATHR_` 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