Add a definition for ASYNC_CAUSE_CLR. It's not used yet, but the
reference driver does clear the async interrupts after each service. I'll tinker with this in a future commit. Obtained from: Atheros Approved by: re (kib)
This commit is contained in:
parent
e24f96d4f6
commit
cdf7076d71
@ -40,6 +40,7 @@
|
||||
#define AR_INTR_ASYNC_MASK 0x4030 /* asynchronous interrupt mask */
|
||||
#define AR_INTR_SYNC_MASK 0x4034 /* synchronous interrupt mask */
|
||||
#define AR_INTR_ASYNC_CAUSE 0x4038 /* check pending interrupts */
|
||||
#define AR_INTR_ASYNC_CAUSE_CLR 0x4038 /* clear pending interrupts */
|
||||
#define AR_INTR_ASYNC_ENABLE 0x403c /* enable interrupts */
|
||||
#define AR5416_PCIE_SERDES 0x4040
|
||||
#define AR5416_PCIE_SERDES2 0x4044
|
||||
|
Loading…
Reference in New Issue
Block a user