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.c289 s->N1_tx = s->N1_bytes; in calculate_N1()
293 s->N1_rx = s->N1_bytes; in calculate_N1()
298 s->N1_bits = s->N1_bytes * 8; in calculate_N1()
303 s->N1_tx = s->N1_bytes; in calculate_N1()
318 s->N1_rx = s->N1_bytes; in calculate_N1()
337 s->N1_bits = s->N1_bytes * 8; in calculate_N1()
343 s->N1_bytes = PNV_SPI_REG_SIZE; in calculate_N1()
344 s->N1_bits = s->N1_bytes * 8; in calculate_N1()
397 while (n1_count < s->N1_bytes) { in operation_shiftn1()
680 s->N1_bytes = 0; in operation_shiftn2()
[all …]
H A Dtrace-events46 …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