Searched refs:MV88E6XXX_PORT_MAC_CTL_FORCE_DUPLEX (Results 1 – 2 of 2) sorted by relevance
252 ctrl |= MV88E6XXX_PORT_MAC_CTL_FORCE_DUPLEX; in mv88e6xxx_port_set_speed_duplex()255 ctrl |= MV88E6XXX_PORT_MAC_CTL_FORCE_DUPLEX | in mv88e6xxx_port_set_speed_duplex()270 MV88E6XXX_PORT_MAC_CTL_FORCE_DUPLEX | in mv88e6xxx_port_set_speed_duplex()291 reg & MV88E6XXX_PORT_MAC_CTL_FORCE_DUPLEX ? "Force" : "Unforce", in mv88e6xxx_port_set_speed_duplex()489 ctrl |= MV88E6XXX_PORT_MAC_CTL_FORCE_DUPLEX; in mv88e6393x_port_set_speed_duplex()492 ctrl |= MV88E6XXX_PORT_MAC_CTL_FORCE_DUPLEX | in mv88e6393x_port_set_speed_duplex()524 reg & MV88E6XXX_PORT_MAC_CTL_FORCE_DUPLEX ? "Force" : "Unforce", in mv88e6393x_port_set_speed_duplex()
89 #define MV88E6XXX_PORT_MAC_CTL_FORCE_DUPLEX 0x0004 macro