Searched refs:MTKSWITCH_PORTREG (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_mt7620.h73 #define MTKSWITCH_PORTREG(r, p) ((r) + ((p) * 0x100)) macro
75 #define MTKSWITCH_PCR(x) MTKSWITCH_PORTREG(0x2004, (x))
78 #define MTKSWITCH_PVC(x) MTKSWITCH_PORTREG(0x2010, (x))
81 #define MTKSWITCH_PPBV1(x) MTKSWITCH_PORTREG(0x2014, (x))
82 #define MTKSWITCH_PPBV2(x) MTKSWITCH_PORTREG(0x2018, (x))
87 #define MTKSWITCH_PMCR(x) MTKSWITCH_PORTREG(0x3000, (x))
104 #define MTKSWITCH_PMSR(x) MTKSWITCH_PORTREG(0x3008, (x))

Completed in 101 milliseconds