Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_regs.h90 #define PORT_OVERRIDE_FULL_DUPLEX BIT(1) /* 0 = Half Duplex */ macro
H A Db53_common.c1182 reg |= PORT_OVERRIDE_FULL_DUPLEX; in b53_force_port_config()
1184 reg &= ~PORT_OVERRIDE_FULL_DUPLEX; in b53_force_port_config()
/openbmc/u-boot/drivers/net/phy/
H A Db53.c59 #define PORT_OVERRIDE_FULL_DUPLEX BIT(1) /* 0 = Half Duplex */ macro
463 PORT_OVERRIDE_FULL_DUPLEX | PORT_OVERRIDE_SPEED_1000M; in b53_enable_cpu_port()