Searched refs:tx_length_bytes (Results 1 – 1 of 1) sorted by relevance
49 uint32_t tx_length_bytes; // Terms of bytes member205 if (STATES[spi_num].tx_buffer && STATES[spi_num].tx_length_bytes > 0) { in MXC_SPI_RevA2_process()211 if (STATES[spi_num].tx_count_bytes == STATES[spi_num].tx_length_bytes) { in MXC_SPI_RevA2_process()223 STATES[spi_num].tx_length_bytes - STATES[spi_num].tx_count_bytes); in MXC_SPI_RevA2_process()225 remain = STATES[spi_num].tx_length_bytes - STATES[spi_num].tx_count_bytes; in MXC_SPI_RevA2_process()239 if (STATES[spi_num].tx_count_bytes == STATES[spi_num].tx_length_bytes) { in MXC_SPI_RevA2_process()323 STATES[spi_num].tx_length_bytes = 0; in MXC_SPI_RevA2_resetStateStruct()1101 STATES[spi_num].tx_length_bytes = tx_length_frames; in MXC_SPI_RevA2_transactionSetup()1104 STATES[spi_num].tx_length_bytes = tx_length_frames * 2; in MXC_SPI_RevA2_transactionSetup()1200 (STATES[spi_num].tx_length_bytes - STATES[spi_num].tx_count_bytes); in MXC_SPI_RevA2_transactionSetup()[all …]