Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dsandbox_spi.c127 static int sandbox_spi_get_mmap(struct udevice *dev, ulong *map_basep, in sandbox_spi_get_mmap() argument
130 *map_basep = 0x1000; in sandbox_spi_get_mmap()
H A Dspi-uclass.c104 int dm_spi_get_mmap(struct udevice *dev, ulong *map_basep, uint *map_sizep, in dm_spi_get_mmap() argument
115 return ops->get_mmap(dev, map_basep, map_sizep, offsetp); in dm_spi_get_mmap()
/OK3568_Linux_fs/u-boot/include/
H A Dspi.h496 int (*get_mmap)(struct udevice *dev, ulong *map_basep,
698 int dm_spi_get_mmap(struct udevice *dev, ulong *map_basep, uint *map_sizep,