Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dpnv_spi.c594 uint8_t n2_count; in operation_shiftn2() local
623 n2_count = 0; in operation_shiftn2()
624 while (n2_count < s->N2_bytes) { in operation_shiftn2()
637 if ((s->N2_tx != 0) && ((s->N1_tx + n2_count) < in operation_shiftn2()
641 n2_byte = get_from_offset(s, (s->N1_tx + n2_count)); in operation_shiftn2()
642 trace_pnv_spi_tx_append("n2_byte", n2_byte, (s->N1_tx + n2_count)); in operation_shiftn2()
655 n2_count++; in operation_shiftn2()