Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Daspeed_sdhci_ic.c56 ret = dev_read_resource(dev, 0, &regs); in aspeed_sdhci_irq_probe()
/openbmc/u-boot/include/dm/
H A Dread.h488 int dev_read_resource(struct udevice *dev, uint index, struct resource *res);
736 static inline int dev_read_resource(struct udevice *dev, uint index, in dev_read_resource() function
/openbmc/u-boot/drivers/pci/
H A Dpci_tegra.c490 err = dev_read_resource(dev, 0, &pcie->pads); in tegra_pcie_parse_dt()
496 err = dev_read_resource(dev, 1, &pcie->afi); in tegra_pcie_parse_dt()
502 err = dev_read_resource(dev, 2, &pcie->cs); in tegra_pcie_parse_dt()
/openbmc/u-boot/drivers/core/
H A Dread.c252 int dev_read_resource(struct udevice *dev, uint index, struct resource *res) in dev_read_resource() function
/openbmc/u-boot/drivers/power/regulator/
H A Dpbias_regulator.c88 err = dev_read_resource(dev, 0, &res); in pbias_ofdata_to_platdata()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dvf610_nfc.c781 ret = dev_read_resource(dev, 0, &res); in vf610_nfc_dt_probe()
/openbmc/u-boot/drivers/spi/
H A Daspeed_spi.c1856 ret = dev_read_resource(bus, 0, &res_regs); in aspeed_spi_probe()
1862 ret = dev_read_resource(bus, 1, &res_ahb); in aspeed_spi_probe()