Searched refs:qspi_rd32 (Results 1 – 1 of 1) sorted by relevance
69 static void qspi_rd32(struct qspi_ctxt *qspi, uint32_t addr, uint32_t *data, uint32_t count) { in qspi_rd32() function327 qspi_rd32(&flash.qspi, offset, buf, len / 4); in spiflash_bdev_read()490 qspi_rd32(&flash.qspi, argv[2].u, (uint32_t *)buf, argv[3].u / 4); in cmd_spiflash()
Completed in 6 milliseconds