Home
last modified time | relevance | path

Searched refs:spiflash_bdev_read (Results 1 – 2 of 2) sorted by relevance

/platform/zynq/
A Dspiflash.c56 static ssize_t spiflash_bdev_read(struct bdev *, void *buf, off_t offset, size_t len);
291 flash.bdev.read = &spiflash_bdev_read; in spiflash_detect()
317 static ssize_t spiflash_bdev_read(struct bdev *bdev, void *buf, off_t offset, size_t len) { in spiflash_bdev_read() function
339 return spiflash_bdev_read(bdev, buf, block << bdev->block_shift, count << bdev->block_shift); in spiflash_bdev_read_block()
/platform/stm32f7xx/
A Dqspi.c51 static ssize_t spiflash_bdev_read(struct bdev *device, void *buf, off_t offset, size_t len);

Completed in 6 milliseconds