1
0
Files
linux/drivers
Ian Abbott 6a3a22bcad staging: comedi: das08: rename and rewrite DAS08_INTE
The `DAS08_INTE` macro contains a mask for the "INTE" bit in the control
register (except on "JR" boards).  Setting it to 1 enables interrupts.
Setting it to 0 disables interrupts and clears the "IRQ" bit in the
status register.  Rename the macro to `DAS08_CONTROL_INTE` and add a
comment.  Also use the `BIT()` macro to define its value.  (Note: the
driver does not currently enable interrupts.)

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-06-12 17:06:40 -07:00
..
2015-05-29 10:06:21 -06:00
2015-03-20 17:50:07 +01:00
2015-04-07 12:05:12 +02:00
2015-03-31 12:01:19 -04:00
2015-06-08 10:34:44 -07:00
2015-03-25 12:25:29 +01:00
2015-05-24 13:33:43 -07:00