Skip to content

Commit

Permalink
Change order of identifiers to be ascending with the spr numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
C0FFEEC0FFEE committed Aug 2, 2016
1 parent 122ca37 commit 32c2a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug/include/spr.inc
Expand Up @@ -154,14 +154,14 @@
#define SPR_TXE0_STATUS spr087
#define TXE_STATUS_BUSY 7 /* bit7: TX engine busy */
#define TXE_STATUS_MEND 10 /* bit10: TXE M end */
#define SPR_TXE0_0x16 spr08b

// New Registers; Source: d11.h 578947 2015-08-13 04:46:06Z
// http://github.com/tuapuikia/asuswrt-phantom/blob/master/release/src-rt-7.14.114.x/src/include/d11.h
#define SPR_TXE0_MMPLCP0 spr088
#define SPR_TXE0_MMPLCP1 spr089
#define SPR_TXE0_PHY_CTL1 spr08a

#define SPR_TXE0_0x16 spr08b
#define SPR_TX_STATUS0 spr08c
#define SPR_TX_STATUS1 spr08d
#define SPR_TX_STATUS2 spr08e
Expand Down

0 comments on commit 32c2a3c

Please sign in to comment.