Searched refs:_physport (Results 1 – 1 of 1) sorted by relevance
278 #define RTL8365MB_LUT_PORT_LEARN_LIMIT_REG(_physport) \ argument279 (RTL8365MB_LUT_PORT_LEARN_LIMIT_BASE + (_physport))283 #define RTL8365MB_PORT_ISOLATION_REG(_physport) \ argument284 (RTL8365MB_PORT_ISOLATION_REG_BASE + (_physport))289 #define RTL8365MB_MSTI_CTRL_REG(_msti, _physport) \ argument290 (RTL8365MB_MSTI_CTRL_BASE + ((_msti) << 1) + ((_physport) >> 3))291 #define RTL8365MB_MSTI_CTRL_PORT_STATE_OFFSET(_physport) ((_physport) << 1) argument292 #define RTL8365MB_MSTI_CTRL_PORT_STATE_MASK(_physport) \ argument293 (0x3 << RTL8365MB_MSTI_CTRL_PORT_STATE_OFFSET((_physport)))
Completed in 9 milliseconds