Fix reversed comments re: OISR/OIMR
Submitted by: Niklas Hallqvist <niklas@appli.se>
This commit is contained in:
parent
c703143638
commit
0791663f57
@ -1047,8 +1047,8 @@ struct aac_close_command {
|
||||
#define AAC_RX_IISR 0x24 /* inbound interrupt mask register */
|
||||
#define AAC_RX_IIMR 0x28 /* inbound interrupt status register */
|
||||
#define AAC_RX_ODBR 0x2c /* outbound doorbell register */
|
||||
#define AAC_RX_OISR 0x30 /* outbound interrupt mask register */
|
||||
#define AAC_RX_OIMR 0x34 /* outbound interrupt status register */
|
||||
#define AAC_RX_OISR 0x30 /* outbound interrupt status register */
|
||||
#define AAC_RX_OIMR 0x34 /* outbound interrupt mask register */
|
||||
|
||||
#define AAC_RX_MAILBOX 0x50 /* mailbox (20 bytes) */
|
||||
#define AAC_RX_FWSTATUS 0x6c
|
||||
|
Loading…
Reference in New Issue
Block a user