Searched refs:get_mmap (Results 1 - 4 of 4) sorted by last modified time

/u-boot/drivers/spi/
H A Dspi-uclass.c116 if (!ops->get_mmap)
119 return ops->get_mmap(dev, map_basep, map_sizep, offsetp);
H A Dsandbox_spi.c160 .get_mmap = sandbox_spi_get_mmap,
H A Dich.c652 * ich_get_mmap_bus() - Handle the get_mmap() method for a bus
978 .get_mmap = ich_get_mmap,
/u-boot/include/
H A Dspi.h512 * get_mmap() - Get memory-mapped SPI
521 int (*get_mmap)(struct udevice *dev, ulong *map_basep, member in struct:dm_spi_ops

Completed in 71 milliseconds