arge: fix barrier macro.
This commit is contained in:
parent
29f88ae706
commit
78e1370bbc
@ -93,7 +93,7 @@
|
||||
ARGE_READ((_sc), (_reg))
|
||||
#define ARGE_MDIO_BARRIER_READ(_sc) ARGE_BARRIER_READ(_sc)
|
||||
#define ARGE_MDIO_BARRIER_WRITE(_sc) ARGE_BARRIER_WRITE(_sc)
|
||||
#define ARGE_MDIO_BARRIER_RW(_sc) ARGE_BARRIER_READ_RW(_sc)
|
||||
#define ARGE_MDIO_BARRIER_RW(_sc) ARGE_BARRIER_RW(_sc)
|
||||
|
||||
#define ARGE_DESC_EMPTY (1U << 31)
|
||||
#define ARGE_DESC_MORE (1 << 24)
|
||||
|
Loading…
Reference in New Issue
Block a user