Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dpnv_spi.c154 trace_pnv_spi_log_Ncounts(s->N1_bits, s->N1_bytes, s->N1_tx, in spi_response()
287 s->N1_tx = 0; in calculate_N1()
291 s->N1_tx = s->N1_bytes; in calculate_N1()
305 s->N1_tx = s->N1_bytes; in calculate_N1()
315 s->N1_tx = 0; in calculate_N1()
377 trace_pnv_spi_log_Ncounts(s->N1_bits, s->N1_bytes, s->N1_tx, in operation_shiftn1()
404 if ((s->N1_tx != 0) && (n1_count < PNV_SPI_REG_SIZE)) { in operation_shiftn1()
462 if (!stop && (s->N1_tx != 0) && in operation_shiftn1()
611 trace_pnv_spi_log_Ncounts(s->N1_bits, s->N1_bytes, s->N1_tx, in operation_shiftn2()
639 if ((s->N2_tx != 0) && ((s->N1_tx + n2_count) < in operation_shiftn2()
[all …]
H A Dtrace-events47 …bytes, uint8_t N1_tx, uint8_t N1_rx, uint8_t N2_bits, uint8_t N2_bytes, uint8_t N2_tx, uint8_t N2_…
/openbmc/qemu/include/hw/ssi/
H A Dpnv_spi.h56 uint8_t N1_tx; member