Home
last modified time | relevance | path

Searched refs:phandle_args (Results 1 – 13 of 13) sorted by relevance

/u-boot/drivers/bootcount/
A Di2c-eeprom.c56 struct ofnode_phandle_args phandle_args; in bootcount_i2c_eeprom_probe() local
61 &phandle_args)) { in bootcount_i2c_eeprom_probe()
67 if (uclass_get_device_by_ofnode(UCLASS_I2C_EEPROM, phandle_args.node, in bootcount_i2c_eeprom_probe()
A Drtc.c53 struct ofnode_phandle_args phandle_args; in bootcount_rtc_probe() local
57 if (dev_read_phandle_with_args(dev, "rtc", NULL, 0, 0, &phandle_args)) { in bootcount_rtc_probe()
62 if (uclass_get_device_by_ofnode(UCLASS_RTC, phandle_args.node, &rtc)) { in bootcount_rtc_probe()
A Dspi-flash.c88 struct ofnode_phandle_args phandle_args; in bootcount_spi_flash_probe() local
92 if (dev_read_phandle_with_args(dev, "spi-flash", NULL, 0, 0, &phandle_args)) { in bootcount_spi_flash_probe()
97 if (uclass_get_device_by_ofnode(UCLASS_SPI_FLASH, phandle_args.node, &spi_flash)) { in bootcount_spi_flash_probe()
/u-boot/drivers/net/
A Deth-phy-uclass.c99 struct ofnode_phandle_args phandle_args; in eth_phy_get_addr() local
103 &phandle_args)) { in eth_phy_get_addr()
108 reg = ofnode_read_u32_default(phandle_args.node, "reg", 0); in eth_phy_get_addr()
A Dzynq_gem.c771 struct ofnode_phandle_args phandle_args; in zynq_gem_of_to_plat() local
781 &phandle_args)) { in zynq_gem_of_to_plat()
786 priv->phyaddr = ofnode_read_u32_default(phandle_args.node, in zynq_gem_of_to_plat()
788 priv->phy_of_node = phandle_args.node; in zynq_gem_of_to_plat()
789 priv->max_speed = ofnode_read_u32_default(phandle_args.node, in zynq_gem_of_to_plat()
793 parent = ofnode_get_parent(phandle_args.node); in zynq_gem_of_to_plat()
A Dravb.c480 struct ofnode_phandle_args phandle_args; in ravb_probe() local
492 ret = dev_read_phandle_with_args(dev, "phy-handle", NULL, 0, 0, &phandle_args); in ravb_probe()
494 gpio_request_by_name_nodev(phandle_args.node, "reset-gpios", 0, in ravb_probe()
A Dtsec.c829 struct ofnode_phandle_args phandle_args; in tsec_probe() local
843 &phandle_args); in tsec_probe()
845 ofnode_read_u32(phandle_args.node, "reg", &tbiaddr); in tsec_probe()
847 parent = ofnode_get_parent(phandle_args.node); in tsec_probe()
A Dfec_mxc.c1301 struct ofnode_phandle_args phandle_args; in device_get_phy_addr() local
1305 &phandle_args)) { in device_get_phy_addr()
1310 priv->phy_of_node = phandle_args.node; in device_get_phy_addr()
1312 reg = ofnode_read_u32_default(phandle_args.node, "reg", 0); in device_get_phy_addr()
A Dsh_eth.c815 struct ofnode_phandle_args phandle_args; in sh_ether_probe() local
827 ret = dev_read_phandle_with_args(udev, "phy-handle", NULL, 0, 0, &phandle_args); in sh_ether_probe()
829 gpio_request_by_name_nodev(phandle_args.node, "reset-gpios", 0, in sh_ether_probe()
A Dmacb.c1367 struct ofnode_phandle_args phandle_args; in macb_eth_probe() local
1382 &phandle_args)) in macb_eth_probe()
1383 macb->phy_addr = ofnode_read_u32_default(phandle_args.node, in macb_eth_probe()
A Ddwc_eth_qos.c1789 struct ofnode_phandle_args phandle_args; in eqos_probe_resources_stm32() local
1831 &phandle_args); in eqos_probe_resources_stm32()
1834 ret = gpio_request_by_name_nodev(phandle_args.node, in eqos_probe_resources_stm32()
1843 eqos->phyaddr = ofnode_read_u32_default(phandle_args.node, in eqos_probe_resources_stm32()
/u-boot/drivers/video/
A Dihs_video_out.c235 struct ofnode_phandle_args phandle_args; in ihs_video_out_probe() local
294 &phandle_args); in ihs_video_out_probe()
301 res = uclass_get_device_by_ofnode(UCLASS_CLK, phandle_args.node, in ihs_video_out_probe()
310 &phandle_args); in ihs_video_out_probe()
317 res = uclass_get_device_by_ofnode(UCLASS_DISPLAY, phandle_args.node, in ihs_video_out_probe()
/u-boot/drivers/net/phy/
A Dmscc.c1226 struct ofnode_phandle_args phandle_args; in vsc8531_vsc8541_clkout_config() local
1232 0, 0, &phandle_args); in vsc8531_vsc8541_clkout_config()
1234 clkout_rate = ofnode_read_u32_default(phandle_args.node, in vsc8531_vsc8541_clkout_config()

Completed in 26 milliseconds