Home
last modified time | relevance | path

Searched defs:PROC_CMD_FIBER_PORT (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/net/phy/
H A Dmscc.c163 #define PROC_CMD_FIBER_PORT(x) BIT(8 + (x) % 4) macro
/openbmc/linux/drivers/net/phy/mscc/
H A Dmscc.h235 #define PROC_CMD_FIBER_PORT(x) (0x0100 << (x) % 4) macro