Home
last modified time | relevance | path

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

/platform/zynq/
A Dspiflash.c57 static ssize_t spiflash_bdev_read_block(struct bdev *, void *buf, bnum_t block, uint count);
292 flash.bdev.read_block = &spiflash_bdev_read_block; in spiflash_detect()
332 static ssize_t spiflash_bdev_read_block(struct bdev *bdev, void *buf, bnum_t block, uint count) { in spiflash_bdev_read_block() function
/platform/stm32f7xx/
A Dqspi.c52 static ssize_t spiflash_bdev_read_block(struct bdev *device, void *buf, bnum_t block, uint count);
299 static ssize_t spiflash_bdev_read_block(struct bdev *device, void *buf, in spiflash_bdev_read_block() function
608 qspi_flash_device.read_block = &spiflash_bdev_read_block; in qspi_flash_init()

Completed in 7 milliseconds