Lines Matching refs:TX
94 .tx_buf = TX(0),
108 .tx_buf = TX(PAGE_SIZE - 4),
121 .tx_buf = TX(0),
146 .tx_buf = TX(0),
150 .tx_buf = TX(SPI_TEST_MAX_SIZE_HALF),
163 .tx_buf = TX(64),
167 .tx_buf = TX(0),
181 .tx_buf = TX(0),
184 .tx_buf = TX(64),
197 .tx_buf = TX(0),
213 .tx_buf = TX(0),
231 .tx_buf = TX(0),
247 .tx_buf = TX(0),
254 .tx_buf = TX(SPI_TEST_MAX_SIZE_HALF),
269 .tx_buf = TX(1024),
275 .tx_buf = TX(0),
290 .tx_buf = TX(0),
295 .tx_buf = TX(1024),
308 .tx_buf = TX(0),
313 .tx_buf = TX(0),
656 if (RANGE_CHECK(*ptr, len, TX(0), SPI_TEST_MAX_SIZE_PLUS)) { in spi_test_translate()
657 off = *ptr - TX(0); in spi_test_translate()
667 TX(0), TX(SPI_TEST_MAX_SIZE)); in spi_test_translate()