Searched refs:phy_node (Results 1 – 10 of 10) sorted by relevance
| /drivers/usb/host/ |
| A D | ehci-mxs.c | 139 ofnode phy_node, clk_node; in ehci_usb_ofdata_to_platdata() local 163 phy_node = ofnode_get_by_phandle(phandle); in ehci_usb_ofdata_to_platdata() 164 if (!ofnode_valid(phy_node)) in ehci_usb_ofdata_to_platdata() 167 ret = ofnode_read_u32(phy_node, "reg", &phy_reg); in ehci_usb_ofdata_to_platdata() 174 ret = ofnode_read_u32_index(phy_node, "clocks", 0, &phandle); in ehci_usb_ofdata_to_platdata() 178 ret = ofnode_read_u32_index(phy_node, "clocks", 1, &clk_id); in ehci_usb_ofdata_to_platdata()
|
| A D | ehci-msm.c | 158 ofnode phy_node; in ehci_usb_of_bind() local 163 phy_node = ofnode_first_subnode(ulpi_node); in ehci_usb_of_bind() 164 if (!ofnode_valid(phy_node)) { in ehci_usb_of_bind() 170 phy_node, NULL); in ehci_usb_of_bind()
|
| /drivers/net/ |
| A D | eth-phy-uclass.c | 27 ofnode mdio_node, phy_node; in eth_phy_binds_nodes() local 44 ofnode_for_each_subnode(phy_node, mdio_node) { in eth_phy_binds_nodes() 45 node_name = ofnode_get_name(phy_node); in eth_phy_binds_nodes() 51 node_name, phy_node, NULL); in eth_phy_binds_nodes()
|
| A D | sunxi_emac.c | 594 ofnode phy_node, mdio_node; in sunxi_emac_eth_of_to_plat() local 599 phy_node = dev_get_phy_node(dev); in sunxi_emac_eth_of_to_plat() 600 if (!ofnode_valid(phy_node)) { in sunxi_emac_eth_of_to_plat() 612 mdio_node = ofnode_get_parent(phy_node); in sunxi_emac_eth_of_to_plat()
|
| A D | higmacv300.c | 563 ofnode phy_node; in higmac_of_to_plat() local 572 phy_node = dev_read_subnode(dev, "phy"); in higmac_of_to_plat() 573 if (!ofnode_valid(phy_node)) { in higmac_of_to_plat() 577 priv->phyaddr = ofnode_read_u32_default(phy_node, "reg", 0); in higmac_of_to_plat()
|
| A D | bcmgenet.c | 694 struct ofnode_phandle_args phy_node; in bcmgenet_eth_of_to_plat() local 705 &phy_node); in bcmgenet_eth_of_to_plat() 707 ofnode_read_s32(phy_node.node, "reg", &priv->phyaddr); in bcmgenet_eth_of_to_plat() 708 ofnode_read_s32(phy_node.node, "max-speed", &pdata->max_speed); in bcmgenet_eth_of_to_plat()
|
| A D | mvpp2.c | 4735 int phy_node; in phy_info_parse() local 4741 phy_node = fdtdec_lookup_phandle(gd->fdt_blob, port_node, "phy"); in phy_info_parse() 4744 if (phy_node > 0) { in phy_info_parse() 4751 phyaddr = fdtdec_get_int(gd->fdt_blob, phy_node, in phy_info_parse() 4758 parent = fdt_parent_offset(gd->fdt_blob, phy_node); in phy_info_parse()
|
| /drivers/core/ |
| A D | of_extra.c | 136 bool ofnode_phy_is_fixed_link(ofnode eth_node, ofnode *phy_node) in ofnode_phy_is_fixed_link() argument 153 if (phy_node) in ofnode_phy_is_fixed_link() 154 *phy_node = node; in ofnode_phy_is_fixed_link()
|
| /drivers/mmc/ |
| A D | rockchip_sdhci.c | 227 ofnode phy_node; in rk3399_emmc_get_phy() local 232 phy_node = ofnode_get_by_phandle(phandle); in rk3399_emmc_get_phy() 233 if (!ofnode_valid(phy_node)) { in rk3399_emmc_get_phy() 243 grf_phy_offset = ofnode_read_u32_default(phy_node, "reg", 0); in rk3399_emmc_get_phy()
|
| /drivers/net/ti/ |
| A D | icssg_prueth.h | 84 ofnode phy_node; member
|
Completed in 40 milliseconds