Home
last modified time | relevance | path

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

/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.c1198 reg |= PORT_OVERRIDE_FULL_DUPLEX; in b53_force_port_config()
1200 reg &= ~PORT_OVERRIDE_FULL_DUPLEX; in b53_force_port_config()