Searched defs:phy_node (Results 1 - 7 of 7) sorted by relevance

/drivers/net/wan/
H A Dc101.c99 #define phy_node(port) (0) macro
H A Dn2.c110 u8 phy_node; /* physical port # - 0 or 1 */ member in struct:port_s
144 #define phy_node(port) ((port)->phy_node) macro
178 mcr |= port->phy_node ? CLOCK_OUT_PORT1 : CLOCK_OUT_PORT0;
184 mcr |= port->phy_node ? CLOCK_OUT_PORT1 : CLOCK_OUT_PORT0;
190 mcr |= port->phy_node ? CLOCK_OUT_PORT1 : CLOCK_OUT_PORT0;
196 mcr &= port->phy_node ? ~CLOCK_OUT_PORT1 : ~CLOCK_OUT_PORT0;
215 u8 mcr = inb(io + N2_MCR) | (port->phy_node ? TX422_PORT1:TX422_PORT0);
222 mcr &= port->phy_node ? ~DTR_PORT1 : ~DTR_PORT0; /* set DTR ON */
238 u8 mcr = inb(io+N2_MCR) | (port->phy_node
[all...]
/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.c65 struct device_node *phy_node; member in struct:mpc52xx_fec_priv
230 if (priv->phy_node) {
231 priv->phydev = of_phy_connect(priv->ndev, priv->phy_node,
954 priv->phy_node = of_parse_phandle(op->dev.of_node, "phy-handle", 0);
976 of_node_put(priv->phy_node);
1003 if (priv->phy_node)
1004 of_node_put(priv->phy_node);
1005 priv->phy_node = NULL;
H A Ducc_geth.h1129 struct device_node *phy_node; member in struct:ucc_geth_info
H A Dgianfar.h1097 struct device_node *phy_node; member in struct:gfar_private
/drivers/net/ethernet/xilinx/
H A Dxilinx_emaclite.c116 * @phy_node: pointer to the PHY device node
136 struct device_node *phy_node; member in struct:net_local
850 struct device_node *np = of_get_parent(lp->phy_node);
852 /* Don't register the MDIO bus if the phy_node or its parent node
930 if (lp->phy_node) {
933 lp->phy_dev = of_phy_connect(lp->ndev, lp->phy_node,
1191 lp->phy_node = of_parse_phandle(ofdev->dev.of_node, "phy-handle", 0);
1251 if (lp->phy_node)
1252 of_node_put(lp->phy_node);
1253 lp->phy_node
[all...]
H A Dll_temac.h336 struct device_node *phy_node; member in struct:temac_local

Completed in 133 milliseconds