Searched refs:get_seq_index (Results 1 – 1 of 1) sorted by relevance
245 static inline uint8_t get_seq_index(PnvSpi *s) in get_seq_index() function252 uint8_t seq_index = get_seq_index(s); in next_sequencer_fsm()733 while (get_seq_index(s) < NUM_SEQ_OPS) { in operation_sequencer()734 opcode = s->seq_op[get_seq_index(s)]; in operation_sequencer()751 trace_pnv_spi_sequencer_op("STOP", get_seq_index(s)); in operation_sequencer()762 trace_pnv_spi_sequencer_op("SELECT_SLAVE", get_seq_index(s)); in operation_sequencer()774 (get_seq_index(s) + 1)); in operation_sequencer()807 trace_pnv_spi_sequencer_op("SHIFT_N1", get_seq_index(s)); in operation_sequencer()839 if (PNV_SPI_MASKED_OPCODE(s->seq_op[get_seq_index(s) + 1]) in operation_sequencer()863 (get_seq_index(s) + 1)); in operation_sequencer()[all …]