Lines Matching refs:GET_VALUE_BYTE
672 #define GET_VALUE_BYTE(value, index, bytes) \ in spi_test_fill_pattern() macro
675 #define GET_VALUE_BYTE(value, index, bytes) \ in spi_test_fill_pattern() macro
697 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern()
701 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern()
705 *tx_buf = GET_VALUE_BYTE(test->fill_pattern, in spi_test_fill_pattern()
712 *tx_buf = GET_VALUE_BYTE(count, count, 2); in spi_test_fill_pattern()
715 *tx_buf = GET_VALUE_BYTE(count, count, 3); in spi_test_fill_pattern()
718 *tx_buf = GET_VALUE_BYTE(count, count, 4); in spi_test_fill_pattern()
724 *tx_buf = GET_VALUE_BYTE(j, j, 2); in spi_test_fill_pattern()
727 *tx_buf = GET_VALUE_BYTE(j, j, 3); in spi_test_fill_pattern()
730 *tx_buf = GET_VALUE_BYTE(j, j, 4); in spi_test_fill_pattern()