Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/test/dm/
H A Dsf.c60 ut_assertok(dm_spi_get_mmap(dev, &map_base, &map_size, &offset)); in dm_test_spi_flash()
/rk3399_rockchip-uboot/include/
H A Dspi.h701 int dm_spi_get_mmap(struct udevice *dev, ulong *map_basep, uint *map_sizep,
/rk3399_rockchip-uboot/drivers/spi/
H A Dspi-uclass.c104 int dm_spi_get_mmap(struct udevice *dev, ulong *map_basep, uint *map_sizep, in dm_spi_get_mmap() function