Home
last modified time | relevance | path

Searched refs:devfdt_map_physmem (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/include/dm/
Dfdtaddr.h69 void *devfdt_map_physmem(struct udevice *dev, unsigned long size);
/external/u-boot/drivers/core/
Dfdtaddr.c154 void *devfdt_map_physmem(struct udevice *dev, unsigned long size) in devfdt_map_physmem() function
/external/u-boot/drivers/spi/
Ddavinci_spi.c544 ds->regs = devfdt_map_physmem(bus, sizeof(struct davinci_spi_regs)); in davinci_ofdata_to_platadata()