Home
last modified time | relevance | path

Searched refs:ofnode_read_resource (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/dm/
H A Dofnode.h687 int ofnode_read_resource(ofnode node, uint index, struct resource *res);
H A Dread.h739 return ofnode_read_resource(dev_ofnode(dev), index, res); in dev_read_resource()
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dxusb-padctl-common.c250 err = ofnode_read_resource(node, 0, &padctl->regs); in tegra_xusb_padctl_parse_dt()
/openbmc/u-boot/drivers/core/
H A Dread.c254 return ofnode_read_resource(dev_ofnode(dev), index, res); in dev_read_resource()
H A Dofnode.c727 int ofnode_read_resource(ofnode node, uint index, struct resource *res) in ofnode_read_resource() function
756 return ofnode_read_resource(node, index, res); in ofnode_read_resource_byname()
/openbmc/u-boot/drivers/net/mscc_eswitch/
H A Docelot_switch.c184 if (ofnode_read_resource(mdio_node, i, &res)) { in ocelot_mdiobus_init()
H A Dluton_switch.c236 if (ofnode_read_resource(mdio_node, i, &res)) { in luton_mdiobus_init()