Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dpnv_spi.c182 if (s->N2_rx != 0) { in spi_response()
188 if ((s->N1_rx + s->N2_rx) > 0) { in spi_response()
385 s->N2_rx = 0; in operation_shiftn1()
493 s->N2_rx = 0; in operation_shiftn1()
531 s->N2_rx = 0; in calculate_N2()
538 s->N2_rx = s->N2_bytes; in calculate_N2()
545 s->N2_rx = s->N2_bytes; in calculate_N2()
555 s->N2_rx = 0; in calculate_N2()
630 if ((s->N2_rx != 0) && in operation_shiftn2()
678 s->N2_rx = 0; in operation_shiftn2()
[all …]
H A Dtrace-events46 …uint8_t N2_tx, uint8_t N2_rx) "N1_bits = %d, N1_bytes = %d, N1_tx = %d, N1_rx = %d, N2_bits = %d, …
/openbmc/qemu/include/hw/ssi/
H A Dpnv_spi.h60 uint8_t N2_rx; member