Searched refs:N2_rx (Results 1 – 3 of 3) sorted by relevance
182 if (s->N2_rx != 0) { in spi_response()188 if ((s->N1_rx + s->N2_rx) > 0) { in spi_response()385 s->N2_rx = 0; in operation_shiftn1()493 s->N2_rx = 0; in operation_shiftn1()531 s->N2_rx = 0; in calculate_N2()538 s->N2_rx = s->N2_bytes; in calculate_N2()545 s->N2_rx = s->N2_bytes; in calculate_N2()555 s->N2_rx = 0; in calculate_N2()630 if ((s->N2_rx != 0) && in operation_shiftn2()678 s->N2_rx = 0; in operation_shiftn2()[all …]
46 …uint8_t N2_tx, uint8_t N2_rx) "N1_bits = %d, N1_bytes = %d, N1_tx = %d, N1_rx = %d, N2_bits = %d, …
60 uint8_t N2_rx; member