/openbmc/u-boot/drivers/led/ |
H A D | led_bcm6358.c | 122 regs = dev_remap_addr(dev); in bcm6358_led_probe() 153 priv->regs = dev_remap_addr(dev); in bcm6358_led_probe()
|
H A D | led_bcm6328.c | 156 regs = dev_remap_addr(dev); in bcm6328_led_probe() 176 priv->regs = dev_remap_addr(dev_get_parent(dev)); in bcm6328_led_probe()
|
/openbmc/u-boot/drivers/clk/ |
H A D | clk_bcm6345.c | 59 priv->regs = dev_remap_addr(dev); in bcm63xx_clk_probe()
|
/openbmc/u-boot/drivers/power/domain/ |
H A D | bcm6328-power-domain.c | 52 priv->regs = dev_remap_addr(dev); in bcm6328_power_domain_probe()
|
/openbmc/u-boot/drivers/reset/ |
H A D | reset-bcm6345.c | 70 priv->regs = dev_remap_addr(dev); in bcm6345_reset_probe()
|
/openbmc/u-boot/drivers/phy/ |
H A D | bcm6348-usbh-phy.c | 49 priv->regs = dev_remap_addr(dev); in bcm6348_usbh_probe()
|
H A D | bcm6358-usbh-phy.c | 62 priv->regs = dev_remap_addr(dev); in bcm6358_usbh_probe()
|
H A D | msm8916-usbh-phy.c | 76 priv->regs = dev_remap_addr(dev); in msm_phy_probe()
|
H A D | bcm6318-usbh-phy.c | 84 priv->regs = dev_remap_addr(dev); in bcm6318_usbh_probe()
|
H A D | bcm6368-usbh-phy.c | 121 priv->regs = dev_remap_addr(dev); in bcm6368_usbh_probe()
|
/openbmc/u-boot/drivers/watchdog/ |
H A D | mt7621_wdt.c | 75 priv->regs = dev_remap_addr(dev); in mt762x_wdt_probe()
|
H A D | bcm6345_wdt.c | 89 priv->regs = dev_remap_addr(dev); in bcm6345_wdt_probe()
|
H A D | at91sam9_wdt.c | 114 priv->regs = dev_remap_addr(dev); in at91_wdt_probe()
|
/openbmc/u-boot/include/dm/ |
H A D | read.h | 211 void *dev_remap_addr(struct udevice *dev); 607 static inline void *dev_remap_addr(struct udevice *dev) in dev_remap_addr() function
|
/openbmc/u-boot/drivers/gpio/ |
H A D | mt7621_gpio.c | 141 mediatek_gpio_membase = dev_remap_addr(parent); in gpio_mediatek_bind()
|
/openbmc/u-boot/drivers/ram/ |
H A D | bmips_ram.c | 158 priv->regs = dev_remap_addr(dev); in bmips_ram_probe()
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial_bcm6345.c | 232 priv->base = dev_remap_addr(dev); in bcm6345_serial_probe()
|
/openbmc/u-boot/drivers/spi/ |
H A D | mt7621_spi.c | 270 rs->base = dev_remap_addr(dev); in mt7621_spi_probe()
|
H A D | bcm63xx_hsspi.c | 340 priv->regs = dev_remap_addr(dev); in bcm63xx_hsspi_probe()
|
H A D | bcm63xx_spi.c | 376 priv->base = dev_remap_addr(dev); in bcm63xx_spi_probe()
|
/openbmc/u-boot/drivers/core/ |
H A D | read.c | 127 void *dev_remap_addr(struct udevice *dev) in dev_remap_addr() function
|
/openbmc/u-boot/drivers/pinctrl/mscc/ |
H A D | mscc-common.c | 260 priv->regs = dev_remap_addr(dev); in mscc_pinctrl_probe()
|
/openbmc/u-boot/drivers/cpu/ |
H A D | bmips_cpu.c | 440 priv->regs = dev_remap_addr(dev_get_parent(dev)); in bmips_cpu_probe()
|
/openbmc/u-boot/drivers/net/ |
H A D | bcm6348-eth.c | 420 priv->base = dev_remap_addr(dev); in bcm6348_eth_probe()
|
H A D | bcm6368-eth.c | 512 priv->base = dev_remap_addr(dev); in bcm6368_eth_probe()
|