Home
last modified time | relevance | path

Searched refs:ethdev (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-rpi/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-orangepi-plus-2e/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-pine-h64/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-pine64/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]
/dports/sysutils/u-boot-pcduino3/u-boot-2021.07/net/
H A Dmdio-uclass.c123 struct udevice *ethdev, in dm_mdio_phy_connect() argument
131 return phy_connect(pdata->mii_bus, phyaddr, ethdev, interface); in dm_mdio_phy_connect()
145 ofnode_phy_is_fixed_link(dev_ofnode(ethdev), &phynode)) { in dm_eth_connect_phy_handle()
146 phy = phy_connect(NULL, 0, ethdev, interface); in dm_eth_connect_phy_handle()
157 dev_dbg(ethdev, "can't find PHY node\n"); in dm_eth_connect_phy_handle()
166 dev_dbg(ethdev, "missing reg property in phy node\n"); in dm_eth_connect_phy_handle()
173 dev_dbg(ethdev, "can't find MDIO bus for node %s\n", in dm_eth_connect_phy_handle()
188 struct phy_device *dm_eth_phy_connect(struct udevice *ethdev) in dm_eth_phy_connect() argument
195 if (!dev_has_ofnode(ethdev)) { in dm_eth_phy_connect()
202 if_str = dev_read_string(ethdev, phy_mode_str[i]); in dm_eth_phy_connect()
[all …]

12345678910>>...16