Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dpnv_spi.c243 static inline uint8_t get_seq_index(PnvSpi *s) in get_seq_index() function
250 uint8_t seq_index = get_seq_index(s); in next_sequencer_fsm()
731 while (get_seq_index(s) < NUM_SEQ_OPS) { in operation_sequencer()
732 opcode = s->seq_op[get_seq_index(s)]; in operation_sequencer()
749 trace_pnv_spi_sequencer_op("STOP", get_seq_index(s)); in operation_sequencer()
760 trace_pnv_spi_sequencer_op("SELECT_SLAVE", get_seq_index(s)); in operation_sequencer()
772 (get_seq_index(s) + 1)); in operation_sequencer()
805 trace_pnv_spi_sequencer_op("SHIFT_N1", get_seq_index(s)); in operation_sequencer()
861 (get_seq_index(s) + 1)); in operation_sequencer()
880 trace_pnv_spi_sequencer_op("SHIFT_N2", get_seq_index(s)); in operation_sequencer()
[all …]