Searched refs:GET_VALUE_BYTE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-loopback-test.c | 679 #define GET_VALUE_BYTE(value, index, bytes) \ in spi_test_fill_pattern() macro 682 #define GET_VALUE_BYTE(value, index, bytes) \ in spi_test_fill_pattern() macro 704 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern() 708 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern() 712 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern() 719 *tx_buf = GET_VALUE_BYTE(count, count, 2); in spi_test_fill_pattern() 722 *tx_buf = GET_VALUE_BYTE(count, count, 3); in spi_test_fill_pattern() 725 *tx_buf = GET_VALUE_BYTE(count, count, 4); in spi_test_fill_pattern() 731 *tx_buf = GET_VALUE_BYTE(j, j, 2); in spi_test_fill_pattern() 734 *tx_buf = GET_VALUE_BYTE( in spi_test_fill_pattern() [all...] |
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-loopback-test.c | 717 #define GET_VALUE_BYTE(value, index, bytes) \ in spi_test_fill_pattern() macro 720 #define GET_VALUE_BYTE(value, index, bytes) \ in spi_test_fill_pattern() macro 742 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern() 746 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern() 750 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern() 757 *tx_buf = GET_VALUE_BYTE(count, count, 2); in spi_test_fill_pattern() 760 *tx_buf = GET_VALUE_BYTE(count, count, 3); in spi_test_fill_pattern() 763 *tx_buf = GET_VALUE_BYTE(count, count, 4); in spi_test_fill_pattern() 769 *tx_buf = GET_VALUE_BYTE(j, j, 2); in spi_test_fill_pattern() 772 *tx_buf = GET_VALUE_BYTE( in spi_test_fill_pattern() [all...] |
Completed in 3 milliseconds