Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dpnv_spi.c147 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()
154 trace_pnv_spi_log_Ncounts(s->N1_bits, s->N1_bytes, s->N1_tx, in spi_response()
179 s->N1_bytes, ecc_count, shift_in_count); in spi_response()
185 &rsp_payload->data[s->N1_bytes], s->N2_bytes, in spi_response()
286 s->N1_bytes = (s->N1_bits + 7) / 8; in calculate_N1()
291 s->N1_tx = s->N1_bytes; in calculate_N1()
295 s->N1_rx = s->N1_bytes; in calculate_N1()
299 s->N1_bytes = PNV_SPI_OPCODE_LO_NIBBLE(opcode); in calculate_N1()
300 s->N1_bits = s->N1_bytes * 8; in calculate_N1()
[all …]
H A Dtrace-events47 …ts, uint8_t N1_bytes, uint8_t N1_tx, uint8_t N1_rx, uint8_t N2_bits, uint8_t N2_bytes, uint8_t N2_…
/openbmc/qemu/include/hw/ssi/
H A Dpnv_spi.h53 uint8_t N1_bytes; member