Skip to content

Commit

Permalink
[MIPS] au1xxx: fix PSC_SMBTXRX_RSR.
Browse files Browse the repository at this point in the history
Signed-off-by: Domen Puncer <domen.puncer@ultra.si>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Domen Puncer authored and Ralf Baechle committed Jun 29, 2006
1 parent a3d4539 commit 38e9156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-mips/mach-au1x00/au1xxx_psc.h
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ typedef struct psc_smb {

/* Transmit register control.
*/
#define PSC_SMBTXRX_RSR (1 << 30)
#define PSC_SMBTXRX_RSR (1 << 28)
#define PSC_SMBTXRX_STP (1 << 29)
#define PSC_SMBTXRX_DATAMASK (0xff)

Expand Down

0 comments on commit 38e9156

Please sign in to comment.