Searched refs:map_sizep (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | sandbox_spi.c | 128 uint *map_sizep, uint *offsetp) in sandbox_spi_get_mmap() argument 131 *map_sizep = 0x2000; in sandbox_spi_get_mmap()
|
| H A D | spi-uclass.c | 104 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 D | spi.h | 497 uint *map_sizep, uint *offsetp); 698 int dm_spi_get_mmap(struct udevice *dev, ulong *map_basep, uint *map_sizep,
|