Searched refs:map_basep (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/spi/ |
D | sandbox_spi.c | 125 static int sandbox_spi_get_mmap(struct udevice *dev, ulong *map_basep, in sandbox_spi_get_mmap() argument 128 *map_basep = 0x1000; in sandbox_spi_get_mmap()
|
D | spi-uclass.c | 95 int dm_spi_get_mmap(struct udevice *dev, ulong *map_basep, uint *map_sizep, in dm_spi_get_mmap() argument 106 return ops->get_mmap(dev, map_basep, map_sizep, offsetp); in dm_spi_get_mmap()
|
/external/u-boot/include/ |
D | spi.h | 476 int (*get_mmap)(struct udevice *dev, ulong *map_basep, 677 int dm_spi_get_mmap(struct udevice *dev, ulong *map_basep, uint *map_sizep,
|