mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
arge: fix barrier macro.
This commit is contained in:
parent
29f88ae706
commit
78e1370bbc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue