mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 21:45:08 -04:00
staging: comedi: ni_tio_internal.h: add missing NITIO_*_REG macro
The "HW Save" registers are the only ones missing an access macro. Add one for completness. 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
94baf025ba
commit
e6b1624aae
@@ -23,6 +23,7 @@
|
||||
|
||||
#define NITIO_AUTO_INC_REG(x) (NITIO_G0_AUTO_INC + (x))
|
||||
#define NITIO_CMD_REG(x) (NITIO_G0_CMD + (x))
|
||||
#define NITIO_HW_SAVE_REG(x) (NITIO_G0_HW_SAVE + (x))
|
||||
#define NITIO_SW_SAVE_REG(x) (NITIO_G0_SW_SAVE + (x))
|
||||
#define NITIO_MODE_REG(x) (NITIO_G0_MODE + (x))
|
||||
#define NITIO_LOADA_REG(x) (NITIO_G0_LOADA + (x))
|
||||
|
||||
Reference in New Issue
Block a user