commit | 5eaa593dbf4830cb7e2513dbbcf5bbb274da0ccd | [log] [tgz] |
---|---|---|
author | Ian Abbott <abbotti@mev.co.uk> | Fri May 20 14:49:07 2016 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 17 20:59:52 2016 -0700 |
tree | 805d7aba82f71793ba652edf1778102d2a6a3ecc | |
parent | be13e14e31c6ce247fa4d6635f53d9755a545d4b [diff] |
staging: comedi: drivers: re-do macros for PLX PCI 9080 LASxBA values Replace the existing macros in "plx9080.h" that define values for the LAS0BA and LAS1BA registers. Use the prefix `PLX_LASBA_` for the macros. Make use of the `BIT(x)` and `GENMASK(h,l)` macros to define the macros. Signed-off-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>