Searched refs:devfdt_get_addr (Results 1 – 25 of 168) sorted by relevance
1234567
/third_party/uboot/u-boot-2020.01/drivers/i2c/ |
D | imx_lpi2c.c | 98 struct imx_lpi2c_reg *regs = (struct imx_lpi2c_reg *)devfdt_get_addr(bus); in bus_i2c_send() 119 struct imx_lpi2c_reg *regs = (struct imx_lpi2c_reg *)devfdt_get_addr(bus); in bus_i2c_receive() 164 (struct imx_lpi2c_reg *)devfdt_get_addr(bus); in bus_i2c_start() 201 (struct imx_lpi2c_reg *)devfdt_get_addr(bus); in bus_i2c_stop() 281 regs = (struct imx_lpi2c_reg *)devfdt_get_addr(bus); in bus_i2c_set_bus_speed() 353 regs = (struct imx_lpi2c_reg *)devfdt_get_addr(bus); in bus_i2c_init() 448 addr = devfdt_get_addr(bus); in imx_lpi2c_probe()
|
/third_party/uboot/u-boot-2020.01/drivers/core/ |
D | fdtaddr.c | 149 fdt_addr_t devfdt_get_addr(struct udevice *dev) in devfdt_get_addr() function 186 fdt_addr_t addr = devfdt_get_addr(dev); in devfdt_map_physmem() 198 addr = devfdt_get_addr(dev); in devfdt_get_addr_pci()
|
/third_party/uboot/u-boot-2020.01/drivers/clk/exynos/ |
D | clk-exynos7420.c | 98 base = devfdt_get_addr(dev); in exynos7420_clk_topc_probe() 152 base = devfdt_get_addr(dev); in exynos7420_clk_top0_probe()
|
/third_party/uboot/u-boot-2020.01/include/dm/ |
D | fdtaddr.h | 24 fdt_addr_t devfdt_get_addr(struct udevice *dev);
|
/third_party/uboot/u-boot-2020.01/drivers/misc/ |
D | microchip_flexcom.c | 27 plat->regs = map_physmem(devfdt_get_addr(dev), in microchip_flexcom_ofdata_to_platdata()
|
D | altera_sysid.c | 76 plat->regs = map_physmem(devfdt_get_addr(dev), in altera_sysid_ofdata_to_platdata()
|
/third_party/uboot/u-boot-2020.01/drivers/gpio/ |
D | omap_gpio.c | 312 base_addr = devfdt_get_addr(dev); in omap_gpio_bind() 351 addr = devfdt_get_addr(dev); in omap_gpio_ofdata_to_platdata()
|
D | s5p_gpio.c | 318 base = (struct s5p_gpio_bank *)devfdt_get_addr(parent); in gpio_exynos_bind() 341 reg = devfdt_get_addr(dev); in gpio_exynos_bind()
|
D | altera_pio.c | 91 plat->regs = map_physmem(devfdt_get_addr(dev), in altera_pio_ofdata_to_platdata()
|
D | msm_gpio.c | 99 priv->base = devfdt_get_addr(dev); in msm_gpio_probe()
|
/third_party/uboot/u-boot-2020.01/drivers/usb/host/ |
D | xhci-mvebu.c | 74 plat->hcd_base = devfdt_get_addr(dev); in xhci_usb_ofdata_to_platdata()
|
D | ehci-atmel.c | 96 hcd_base = devfdt_get_addr(dev); in ehci_atmel_probe()
|
/third_party/uboot/u-boot-2020.01/drivers/mmc/ |
D | bcmstb_sdhci.c | 65 base = devfdt_get_addr(dev); in sdhci_bcmstb_probe()
|
D | tangier_sdhci.c | 38 base = devfdt_get_addr(dev); in sdhci_tangier_probe()
|
D | aspeed_sdhci.c | 36 host->ioaddr = (void *)devfdt_get_addr(dev); in aspeed_sdhci_probe()
|
D | hi6220_dw_mmc.c | 36 host->ioaddr = (void *)devfdt_get_addr(dev); in hi6220_dwmmc_ofdata_to_platdata()
|
/third_party/uboot/u-boot-2020.01/drivers/ata/ |
D | dwc_ahci.c | 37 priv->base = map_physmem(devfdt_get_addr(dev), sizeof(void *), in dwc_ahci_ofdata_to_platdata()
|
/third_party/uboot/u-boot-2020.01/drivers/timer/ |
D | altera_timer.c | 71 plat->regs = map_physmem(devfdt_get_addr(dev), in altera_timer_ofdata_to_platdata()
|
D | omap-timer.c | 81 priv->regs = map_physmem(devfdt_get_addr(dev), in omap_timer_ofdata_to_platdata()
|
D | atcpit100_timer.c | 92 plat->regs = map_physmem(devfdt_get_addr(dev) , 0x100 , MAP_NOCACHE); in atcpit_timer_ofdata_to_platdata()
|
D | ag101p_timer.c | 95 plat->regs = map_physmem(devfdt_get_addr(dev), in atftme_timer_ofdata_to_platdata()
|
/third_party/uboot/u-boot-2020.01/drivers/usb/dwc3/ |
D | dwc3-uniphier.c | 72 base = devfdt_get_addr(dev); in uniphier_dwc3_probe()
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/ath79/ |
D | pinctrl_ar933x.c | 113 addr = devfdt_get_addr(dev); in ar933x_pinctrl_probe()
|
D | pinctrl_qca953x.c | 133 addr = devfdt_get_addr(dev); in qca953x_pinctrl_probe()
|
/third_party/uboot/u-boot-2020.01/drivers/watchdog/ |
D | stm32mp_wdt.c | 93 priv->base = devfdt_get_addr(dev); in stm32mp_wdt_probe()
|
1234567