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:
parent
bab382efa8
commit
549835c76a
2 changed files with 4 additions and 4 deletions
|
@ -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,
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue