提交 a4831fbe 编写于 作者: U Uwe Kleine-König

ns9xxx: fix assembler version of __REG2 to be consistent with the C version

It's not very critical because __REG2 isn't used in assembler code
currently.

Additionally some white space noise is fixed.
Signed-off-by: NUwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
上级 916941b2
......@@ -66,13 +66,13 @@
__REGGET(var, reg ## _ ## field) / __REGSHIFT(reg ## _ ## field)
# define REGGETIM_IDX(var, reg, field, idx) \
__REGGET(var, reg ## _ ## field((idx))) / \
__REGGET(var, reg ## _ ## field((idx))) / \
__REGSHIFT(reg ## _ ## field((idx)))
#else
# define __REG(x) io_p2v(x)
# define __REG2(x, y) io_p2v((x) + (y))
# define __REG2(x, y) io_p2v((x) + 4 * (y))
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册