Searched refs:N2_rx (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ssi/ |
H A D | pnv_spi.c | 155 s->N1_rx, s->N2_bits, s->N2_bytes, s->N2_tx, s->N2_rx); in spi_response() 182 if (s->N2_rx != 0) { in spi_response() 188 if ((s->N1_rx + s->N2_rx) > 0) { in spi_response() 378 s->N1_rx, s->N2_bits, s->N2_bytes, s->N2_tx, s->N2_rx); in operation_shiftn1() 387 s->N2_rx = 0; in operation_shiftn1() 495 s->N2_rx = 0; in operation_shiftn1() 533 s->N2_rx = 0; in calculate_N2() 540 s->N2_rx = s->N2_bytes; in calculate_N2() 547 s->N2_rx = s->N2_bytes; in calculate_N2() 557 s->N2_rx = 0; in calculate_N2() [all …]
|
H A D | trace-events | 47 …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 D | pnv_spi.h | 60 uint8_t N2_rx; member
|