Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/spi/
Dspi-loopback-test.c706 #define GET_VALUE_BYTE(value, index, bytes) \ in spi_test_fill_pattern() macro
709 #define GET_VALUE_BYTE(value, index, bytes) \ in spi_test_fill_pattern() macro
731 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern()
735 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern()
739 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern()
746 *tx_buf = GET_VALUE_BYTE(count, count, 2); in spi_test_fill_pattern()
749 *tx_buf = GET_VALUE_BYTE(count, count, 3); in spi_test_fill_pattern()
752 *tx_buf = GET_VALUE_BYTE(count, count, 4); in spi_test_fill_pattern()
758 *tx_buf = GET_VALUE_BYTE(j, j, 2); in spi_test_fill_pattern()
761 *tx_buf = GET_VALUE_BYTE(j, j, 3); in spi_test_fill_pattern()
[all …]