Searched refs:N2_tx (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ssi/ |
H A D | pnv_spi.c | 376 s->N1_rx, s->N2_bits, s->N2_bytes, s->N2_tx, s->N2_rx); in operation_shiftn1() 384 s->N2_tx = 0; in operation_shiftn1() 492 s->N2_tx = 0; in operation_shiftn1() 530 s->N2_tx = 0; in calculate_N2() 534 s->N2_tx = s->N2_bytes; in calculate_N2() 546 s->N2_tx = 0; in calculate_N2() 560 s->N2_tx = s->N2_bytes; in calculate_N2() 637 if ((s->N2_tx != 0) && ((s->N1_tx + n2_count) < in operation_shiftn2() 666 if ((s->N2_tx != 0) && in operation_shiftn2() 677 s->N2_tx = 0; in operation_shiftn2() [all …]
|
H A D | trace-events | 46 …_t N2_bytes, uint8_t N2_tx, uint8_t N2_rx) "N1_bits = %d, N1_bytes = %d, N1_tx = %d, N1_rx = %d, N…
|
/openbmc/qemu/include/hw/ssi/ |
H A D | pnv_spi.h | 57 uint8_t N2_tx; member
|