Searched refs:N1_rx (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ssi/ |
H A D | pnv_spi.c | 176 if (s->N1_rx != 0) { in spi_response() 188 if ((s->N1_rx + s->N2_rx) > 0) { in spi_response() 286 s->N1_rx = 0; in calculate_N1() 293 s->N1_rx = s->N1_bytes; in calculate_N1() 304 s->N1_rx = 0; in calculate_N1() 318 s->N1_rx = s->N1_bytes; in calculate_N1() 376 s->N1_rx, s->N2_bits, s->N2_bytes, s->N2_tx, s->N2_rx); in operation_shiftn1() 437 if ((s->N1_rx != 0) && (GETFIELD(SPI_STS_RDR_FULL, in operation_shiftn1() 610 s->N1_rx, s->N2_bits, s->N2_bytes, s->N2_tx, s->N2_rx); in operation_shiftn2() 682 s->N1_rx = 0; in operation_shiftn2() [all …]
|
H A D | trace-events | 46 …t N1_tx, uint8_t N1_rx, uint8_t N2_bits, uint8_t N2_bytes, uint8_t N2_tx, uint8_t N2_rx) "N1_bits …
|
/openbmc/qemu/include/hw/ssi/ |
H A D | pnv_spi.h | 59 uint8_t N1_rx; member
|