Searched refs:N2_bytes (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ssi/ |
H A D | pnv_spi.c | 147 if (rsp_payload->len != (s->N1_bytes + s->N2_bytes)) { in spi_response() 150 (s->N1_bytes + s->N2_bytes), rsp_payload->len); in spi_response() 155 s->N1_rx, s->N2_bits, s->N2_bytes, s->N2_tx, s->N2_rx); in spi_response() 185 &rsp_payload->data[s->N1_bytes], s->N2_bytes, in spi_response() 378 s->N1_rx, s->N2_bits, s->N2_bytes, s->N2_tx, s->N2_rx); in operation_shiftn1() 385 s->N2_bytes = 0; in operation_shiftn1() 493 s->N2_bytes = 0; in operation_shiftn1() 531 s->N2_bytes = (s->N2_bits + 7) / 8; in calculate_N2() 536 s->N2_tx = s->N2_bytes; in calculate_N2() 540 s->N2_rx = s->N2_bytes; in calculate_N2() [all …]
|
H A D | trace-events | 47 … N2_bits, uint8_t N2_bytes, uint8_t N2_tx, uint8_t N2_rx) "N1_bits = %d, N1_bytes = %d, N1_tx = %d…
|
/openbmc/qemu/include/hw/ssi/ |
H A D | pnv_spi.h | 54 uint8_t N2_bytes; member
|