Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/dsa/b53/
Db53_regs.h90 #define PORT_OVERRIDE_FULL_DUPLEX BIT(1) /* 0 = Half Duplex */ macro
Db53_common.c1182 reg |= PORT_OVERRIDE_FULL_DUPLEX; in b53_force_port_config()
1184 reg &= ~PORT_OVERRIDE_FULL_DUPLEX; in b53_force_port_config()