Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dpnv_spi.c241 spi_response(s, s->N1_bits, rsp_payload); in transfer()
286 s->N1_bytes = (s->N1_bits + 7) / 8; in calculate_N1()
300 s->N1_bits = s->N1_bytes * 8; in calculate_N1()
337 s->N1_bytes, s->N1_bits); in calculate_N1()
339 s->N1_bits = s->N1_bytes * 8; in calculate_N1()
344 s->N1_bytes, s->N1_bits); in calculate_N1()
346 s->N1_bits = s->N1_bytes * 8; in calculate_N1()
377 trace_pnv_spi_log_Ncounts(s->N1_bits, s->N1_bytes, s->N1_tx, in operation_shiftn1()
611 trace_pnv_spi_log_Ncounts(s->N1_bits, s->N1_bytes, s->N1_tx, in operation_shiftn2()
681 s->N1_bits = 0; in operation_shiftn2()
[all …]
H A Dtrace-events47 …ts(uint8_t N1_bits, uint8_t N1_bytes, uint8_t N1_tx, uint8_t N1_rx, uint8_t N2_bits, uint8_t N2_by…
/openbmc/qemu/include/hw/ssi/
H A Dpnv_spi.h50 uint8_t N1_bits; member