Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dsandbox_spi.c128 uint *map_sizep, uint *offsetp) in sandbox_spi_get_mmap() argument
131 *map_sizep = 0x2000; 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.h497 uint *map_sizep, uint *offsetp);
698 int dm_spi_get_mmap(struct udevice *dev, ulong *map_basep, uint *map_sizep,