Home
last modified time | relevance | path

Searched refs:dev_read_addr_ptr (Results 1 – 25 of 275) sorted by relevance

1234567891011

/u-boot/arch/riscv/lib/
A Dsifive_clint.c33 gd->arch.clint = dev_read_addr_ptr(dev); in riscv_init_ipi()
/u-boot/drivers/sysreset/
A Dsysreset_socfpga.c43 data->rstmgr_base = dev_read_addr_ptr(dev_get_parent(dev)); in socfpga_sysreset_probe()
/u-boot/drivers/timer/
A Dandes_plmt_timer.c51 dev_set_priv(dev, dev_read_addr_ptr(dev)); in andes_plmt_probe()
A Dsifive_clint_timer.c48 dev_set_priv(dev, dev_read_addr_ptr(dev)); in sifive_clint_probe()
A Dgxp-timer.c38 priv->base = dev_read_addr_ptr(dev); in gxp_timer_probe()
A Darm_global_timer.c51 priv->global_timer = (struct globaltimer *)dev_read_addr_ptr(dev); in arm_global_timer_probe()
A Dast_timer.c65 priv->regs = dev_read_addr_ptr(dev); in ast_timer_of_to_plat()
A Datmel_pit_timer.c65 plat->regs = dev_read_addr_ptr(dev); in atmel_pit_of_to_plat()
A Dnomadik-mtu-timer.c72 mtu = dev_read_addr_ptr(dev); in nomadik_mtu_probe()
A Dfttmr010_timer.c43 priv->regs = dev_read_addr_ptr(dev); in fttmr010_timer_probe()
A Dmchp-pit64b-timer.c48 priv->base = dev_read_addr_ptr(dev); in mchp_pit64b_probe()
/u-boot/drivers/usb/musb-new/
A Dda8xx.c230 void *reg_base = dev_read_addr_ptr(dev); in da8xx_musb_reset()
266 plat->base = (void *)dev_read_addr_ptr(dev); in da8xx_musb_of_to_plat()
290 void *base = dev_read_addr_ptr(dev); in da8xx_musb_probe()
A Domap2430.c168 plat->base = (void *)dev_read_addr_ptr(dev); in omap2430_musb_of_to_plat()
229 void *base = dev_read_addr_ptr(dev); in omap2430_musb_probe()
/u-boot/drivers/cache/
A Dcache-sifive-ccache.c55 priv->base = dev_read_addr_ptr(dev); in sifive_ccache_probe()
A Dcache-l2x0.c16 struct pl310_regs *regs = dev_read_addr_ptr(dev); in l2c310_of_parse_and_init()
/u-boot/drivers/usb/host/
A Dohci-npcm.c74 struct ohci_regs *regs = dev_read_addr_ptr(dev); in npcm_ohci_probe()
A Dehci-zynq.c28 priv->ehci = dev_read_addr_ptr(dev); in ehci_zynq_of_to_plat()
A Dxhci-brcm.c44 hcd = dev_read_addr_ptr(dev); in xhci_brcm_probe()
/u-boot/drivers/mailbox/
A Dapple-mbox.c73 priv->base = dev_read_addr_ptr(dev); in apple_mbox_probe()
/u-boot/drivers/pwm/
A Dtegra_pwm.c62 priv->regs = dev_read_addr_ptr(dev); in tegra_pwm_of_to_plat()
/u-boot/arch/arm/mach-mvebu/
A Dsystem-controller.c74 data->base = dev_read_addr_ptr(dev); in mvebu_reset_of_to_plat()
/u-boot/drivers/watchdog/
A Dftwdt010_wdt.c106 priv->regs = dev_read_addr_ptr(dev); in ftwdt010_wdt_probe()
A Dapple_wdt.c91 priv->base = dev_read_addr_ptr(dev); in apple_wdt_probe()
/u-boot/drivers/mmc/
A Dnpcm_sdhci.c29 host->ioaddr = dev_read_addr_ptr(dev); in npcm_sdhci_probe()
/u-boot/drivers/soc/
A Dsoc_ti_k3.c116 idreg_addr = dev_read_addr_ptr(dev); in soc_ti_k3_probe()

Completed in 38 milliseconds

1234567891011