Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/phy/
H A Dmv88e61xx.c114 #define PORT_REG_PHYS_CTRL_SPD_MASK (BIT(1) | BIT(0)) macro
716 val &= ~(PORT_REG_PHYS_CTRL_SPD_MASK | in mv88e61xx_fixed_port_setup()