mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
staging: comedi: dmm32at: define the FIFO Depth register
This driver currently does not use the FIFO. For completeness, define the offset to the FIFO Depth register. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: Ian Abbott <abbotti@mev.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e46f7651d0
commit
d18f166773
@@ -60,6 +60,7 @@ Configuration Options:
|
||||
#define DMM32AT_AO_LSB_REG 0x04
|
||||
#define DMM32AT_AO_MSB_REG 0x05
|
||||
#define DMM32AT_AO_MSB_DACH(x) ((x) << 6)
|
||||
#define DMM32AT_FIFO_DEPTH_REG 0x06
|
||||
|
||||
#define DMM32AT_FIFOCNTRL 0x07
|
||||
#define DMM32AT_FIFOSTAT 0x07
|
||||
|
||||
Reference in New Issue
Block a user