Lines Matching defs:phy_node
102 u8 phy_node; /* physical port # - 0 or 1 */
132 #define phy_node(port) ((port)->phy_node)
163 mcr |= port->phy_node ? CLOCK_OUT_PORT1 : CLOCK_OUT_PORT0;
169 mcr |= port->phy_node ? CLOCK_OUT_PORT1 : CLOCK_OUT_PORT0;
175 mcr |= port->phy_node ? CLOCK_OUT_PORT1 : CLOCK_OUT_PORT0;
181 mcr &= port->phy_node ? ~CLOCK_OUT_PORT1 : ~CLOCK_OUT_PORT0;
199 (port->phy_node ? TX422_PORT1 : TX422_PORT0);
206 mcr &= port->phy_node ? ~DTR_PORT1 : ~DTR_PORT0; /* set DTR ON */
221 (port->phy_node ? TX422_PORT1 : TX422_PORT0);
224 mcr |= port->phy_node ? DTR_PORT1 : DTR_PORT0; /* set DTR OFF */
442 port->phy_node = cnt;
467 netdev_info(dev, "RISCom/N2 node %d\n", port->phy_node);