Searched refs:dev_remap_addr_name (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/include/dm/ |
| H A D | read.h | 182 void *dev_remap_addr_name(struct udevice *dev, const char* name); 617 static inline void *dev_remap_addr_name(struct udevice *dev, const char *name) in dev_remap_addr_name() function
|
| /openbmc/u-boot/drivers/dma/ |
| H A D | bcm6348-iudma.c | 553 priv->base = dev_remap_addr_name(dev, "dma"); in bcm6348_iudma_probe() 558 priv->chan = dev_remap_addr_name(dev, "dma-channels"); in bcm6348_iudma_probe() 563 priv->sram = dev_remap_addr_name(dev, "dma-sram"); in bcm6348_iudma_probe()
|
| /openbmc/u-boot/drivers/core/ |
| H A D | read.c | 105 void *dev_remap_addr_name(struct udevice *dev, const char *name) in dev_remap_addr_name() function
|
| /openbmc/u-boot/drivers/net/mscc_eswitch/ |
| H A D | ocelot_switch.c | 466 priv->regs[reg[i].id] = dev_remap_addr_name(dev, reg[i].name); in ocelot_probe()
|
| H A D | luton_switch.c | 656 priv->regs[reg[i].id] = dev_remap_addr_name(dev, reg[i].name); in luton_probe()
|
| /openbmc/u-boot/test/dm/ |
| H A D | test-fdt.c | 629 ut_asserteq_ptr(paddr, dev_remap_addr_name(dev, "sandbox-dummy-0")); in dm_test_fdt_remap_addr_name_live()
|