Home
last modified time | relevance | path

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

/external/coreboot/src/soc/intel/common/block/fast_spi/
Dfast_spi_flash.c159 static int exec_sync_hwseq_xfer(struct fast_spi_flash_ctx *ctx, in exec_sync_hwseq_xfer() function
227 ret = exec_sync_hwseq_xfer(ctx, erase_cycle, offset, 0); in fast_spi_flash_erase()
250 ret = exec_sync_hwseq_xfer(ctx, SPIBAR_HSFSTS_CYCLE_READ, in fast_spi_flash_read()
278 ret = exec_sync_hwseq_xfer(ctx, SPIBAR_HSFSTS_CYCLE_WRITE, in fast_spi_flash_write()
297 ret = exec_sync_hwseq_xfer(ctx, SPIBAR_HSFSTS_CYCLE_RD_STATUS, 0, in fast_spi_flash_status()