Searched refs:GET_VALUE_BYTE (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/spi/ |
D | spi-loopback-test.c | 716 #define GET_VALUE_BYTE(value, index, bytes) \ in spi_test_fill_pattern() macro 719 #define GET_VALUE_BYTE(value, index, bytes) \ in spi_test_fill_pattern() macro 741 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern() 745 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern() 749 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern() 756 *tx_buf = GET_VALUE_BYTE(count, count, 2); in spi_test_fill_pattern() 759 *tx_buf = GET_VALUE_BYTE(count, count, 3); in spi_test_fill_pattern() 762 *tx_buf = GET_VALUE_BYTE(count, count, 4); in spi_test_fill_pattern() 768 *tx_buf = GET_VALUE_BYTE(j, j, 2); in spi_test_fill_pattern() 771 *tx_buf = GET_VALUE_BYTE(j, j, 3); in spi_test_fill_pattern() [all …]
|