Searched refs:hsfsts_cycle (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/spi/
H A Dich.c453 static void start_hwseq_xfer(struct fast_spi_regs *regs, uint hsfsts_cycle, argument
464 hsfsts |= hsfsts_cycle << HSFSTS_FCYCLE_SHIFT;
504 * @hsfsts_cycle: Cycle type (enum hsfsts_cycle_t)
510 static int exec_sync_hwseq_xfer(struct fast_spi_regs *regs, uint hsfsts_cycle, argument
513 start_hwseq_xfer(regs, hsfsts_cycle, offset, len);

Completed in 95 milliseconds