mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 22:51:35 +00:00
sunhme: fix up GREG_STAT and GREG_IMASK register offsets
Update the values to match those from the STP2002QFP documentation. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9975a54b3c
commit
96a734bae0
@ -13,9 +13,9 @@
|
||||
/* Happy Meal global registers. */
|
||||
#define GREG_SWRESET 0x000UL /* Software Reset */
|
||||
#define GREG_CFG 0x004UL /* Config Register */
|
||||
#define GREG_STAT 0x108UL /* Status */
|
||||
#define GREG_IMASK 0x10cUL /* Interrupt Mask */
|
||||
#define GREG_REG_SIZE 0x110UL
|
||||
#define GREG_STAT 0x100UL /* Status */
|
||||
#define GREG_IMASK 0x104UL /* Interrupt Mask */
|
||||
#define GREG_REG_SIZE 0x108UL
|
||||
|
||||
/* Global reset register. */
|
||||
#define GREG_RESET_ETX 0x01
|
||||
|
Loading…
Reference in New Issue
Block a user