Home
last modified time | relevance | path

Searched refs:_physport (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/dsa/realtek/
H A Drtl8365mb.c275 #define RTL8365MB_LUT_PORT_LEARN_LIMIT_REG(_physport) \ argument
276 (RTL8365MB_LUT_PORT_LEARN_LIMIT_BASE + (_physport))
280 #define RTL8365MB_PORT_ISOLATION_REG(_physport) \ argument
281 (RTL8365MB_PORT_ISOLATION_REG_BASE + (_physport))
286 #define RTL8365MB_MSTI_CTRL_REG(_msti, _physport) \ argument
287 (RTL8365MB_MSTI_CTRL_BASE + ((_msti) << 1) + ((_physport) >> 3))
288 #define RTL8365MB_MSTI_CTRL_PORT_STATE_OFFSET(_physport) ((_physport) << 1) argument
289 #define RTL8365MB_MSTI_CTRL_PORT_STATE_MASK(_physport) \ argument
290 (0x3 << RTL8365MB_MSTI_CTRL_PORT_STATE_OFFSET((_physport)))