Commit 38e91561 authored by Domen Puncer's avatar Domen Puncer Committed by Ralf Baechle

[MIPS] au1xxx: fix PSC_SMBTXRX_RSR.

Signed-off-by: default avatarDomen Puncer <domen.puncer@ultra.si>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a3d45391
...@@ -512,7 +512,7 @@ typedef struct psc_smb { ...@@ -512,7 +512,7 @@ typedef struct psc_smb {
/* Transmit register control. /* Transmit register control.
*/ */
#define PSC_SMBTXRX_RSR (1 << 30) #define PSC_SMBTXRX_RSR (1 << 28)
#define PSC_SMBTXRX_STP (1 << 29) #define PSC_SMBTXRX_STP (1 << 29)
#define PSC_SMBTXRX_DATAMASK (0xff) #define PSC_SMBTXRX_DATAMASK (0xff)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment