]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9fb114b326629c639ed63148c6378a58c8f0567e
treeb807a68e674bfa416323387fe06aa5603a23b3c5
parent86604419632a5060629e03cf71c83fc2385e82dd
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