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

/freebsd-10.0-release/sys/dev/etherswitch/arswitch/
H A Darswitchreg.h165 #define AR8X16_REG_PORT_BASE(_p) (0x0100 + (_p) * 0x0100) macro
167 #define AR8X16_REG_PORT_STS(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0000)
181 #define AR8X16_REG_PORT_CTRL(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0004)
203 #define AR8X16_REG_PORT_VLAN(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0008)
214 #define AR8X16_REG_PORT_RATE_LIM(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x000c)
232 #define AR8X16_REG_PORT_PRIORITY(_p) (AR8X16_REG_PORT_BASE((_p)) + 0x0010)

Completed in 106 milliseconds