Searched refs:ich_exec_sync_hwseq_xfer (Results 1 – 1 of 1) sorted by relevance
/external/flashrom/ |
D | ichspi.c | 1413 static int ich_exec_sync_hwseq_xfer(const struct flashctx *flash, uint32_t hsfc_cycle, uint32_t fla… in ich_exec_sync_hwseq_xfer() function 1510 if (ich_exec_sync_hwseq_xfer(flash, HSFC_CYCLE_RD_STATUS, 1, len, ich_generation, in ich_hwseq_read_status() 1537 if (ich_exec_sync_hwseq_xfer(flash, HSFC_CYCLE_WR_STATUS, 1, len, ich_generation, in ich_hwseq_write_status() 1569 if (ich_exec_sync_hwseq_xfer(flash, HSFC_CYCLE_RDID, 1, len, ich_gen, in ich_hwseq_get_flash_id() 1696 if (ich_exec_sync_hwseq_xfer(flash, HSFC_CYCLE_BLOCK_ERASE, addr, 1, ich_generation, in ich_hwseq_block_erase() 1724 if (ich_exec_sync_hwseq_xfer(flash, HSFC_CYCLE_READ, addr, block_len, ich_generation, in ich_hwseq_read() 1757 if (ich_exec_sync_hwseq_xfer(flash, HSFC_CYCLE_WRITE, addr, block_len, ich_generation, in ich_hwseq_write()
|