Searched refs:get_mmap (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/spi/
H A Dsandbox_spi.c161 .get_mmap = sandbox_spi_get_mmap,
H A Dspi-uclass.c117 if (!ops->get_mmap)
120 return ops->get_mmap(dev, map_basep, map_sizep, offsetp);
H A Dich.c653 * ich_get_mmap_bus() - Handle the get_mmap() method for a bus
979 .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 104 milliseconds