staging: comedi: ni_stc.h: tidy up AI_*_Save_Registers

Rename the CamelCase.

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:
H Hartley Sweeten 2015-05-01 14:59:49 -07:00 committed by Greg Kroah-Hartman
parent bab382efa8
commit 549835c76a
2 changed files with 4 additions and 4 deletions

View file

@ -426,8 +426,8 @@ static const struct mio_regmap m_series_stc_read_regmap[] = {
[NISTC_STATUS1_REG] = { 0x136, 2 },
[NISTC_DIO_SERIAL_IN_REG] = { 0x009, 1 },
[NISTC_STATUS2_REG] = { 0x13a, 2 },
[AI_SI_Save_Registers] = { 0x180, 4 },
[AI_SC_Save_Registers] = { 0x184, 4 },
[NISTC_AI_SI_SAVE_REG] = { 0x180, 4 },
[NISTC_AI_SC_SAVE_REG] = { 0x184, 4 },
};
static unsigned int m_series_stc_read(struct comedi_device *dev,

View file

@ -558,8 +558,8 @@
#define NISTC_STATUS2_REG 29
#define NISTC_STATUS2_AO_TMRDACWRS_IN_PROGRESS BIT(5)
#define AI_SI_Save_Registers 64
#define AI_SC_Save_Registers 66
#define NISTC_AI_SI_SAVE_REG 64
#define NISTC_AI_SC_SAVE_REG 66
/* command register */
#define G_Disarm_Copy _bit15 /* strobe */