/u-boot/drivers/bootcount/ |
A D | i2c-eeprom.c | 56 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 D | rtc.c | 53 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 D | spi-flash.c | 88 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 D | eth-phy-uclass.c | 99 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 D | zynq_gem.c | 771 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 D | ravb.c | 480 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 D | tsec.c | 829 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 D | fec_mxc.c | 1301 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 D | sh_eth.c | 815 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 D | macb.c | 1367 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 D | dwc_eth_qos.c | 1789 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 D | ihs_video_out.c | 235 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 D | mscc.c | 1226 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()
|