Searched refs:SPI_TEST_MAX_SIZE_PLUS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-loopback-test.c | 381 #define SPI_TEST_MAX_SIZE_PLUS (SPI_TEST_MAX_SIZE + PAGE_SIZE) macro 488 rx, SPI_TEST_MAX_SIZE_PLUS)) { in spi_check_rx_ranges() 504 for (addr = rx; addr < (u8 *)rx + SPI_TEST_MAX_SIZE_PLUS; addr++) { in spi_check_rx_ranges() 640 *ptr += (SPI_TEST_MAX_SIZE_PLUS / 2) - in spi_test_translate() 646 if (RANGE_CHECK(*ptr, len, RX(0), SPI_TEST_MAX_SIZE_PLUS)) { in spi_test_translate() 654 if (RANGE_CHECK(*ptr, len, TX(0), SPI_TEST_MAX_SIZE_PLUS)) { in spi_test_translate() 766 memset(rx, SPI_TEST_PATTERN_DO_NOT_WRITE, SPI_TEST_MAX_SIZE_PLUS); in _spi_test_run_iter() 1041 rx = vmalloc(SPI_TEST_MAX_SIZE_PLUS); in spi_test_run_tests() 1043 rx = kzalloc(SPI_TEST_MAX_SIZE_PLUS, GFP_KERNEL); in spi_test_run_tests() 1049 tx = vmalloc(SPI_TEST_MAX_SIZE_PLUS); in spi_test_run_tests() [all...] |
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-loopback-test.c | 419 #define SPI_TEST_MAX_SIZE_PLUS (SPI_TEST_MAX_SIZE + PAGE_SIZE) macro 526 rx, SPI_TEST_MAX_SIZE_PLUS)) { in spi_check_rx_ranges() 542 for (addr = rx; addr < (u8 *)rx + SPI_TEST_MAX_SIZE_PLUS; addr++) { in spi_check_rx_ranges() 678 *ptr += (SPI_TEST_MAX_SIZE_PLUS / 2) - in spi_test_translate() 684 if (RANGE_CHECK(*ptr, len, RX(0), SPI_TEST_MAX_SIZE_PLUS)) { in spi_test_translate() 692 if (RANGE_CHECK(*ptr, len, TX(0), SPI_TEST_MAX_SIZE_PLUS)) { in spi_test_translate() 804 memset(rx, SPI_TEST_PATTERN_DO_NOT_WRITE, SPI_TEST_MAX_SIZE_PLUS); in _spi_test_run_iter() 1081 rx = vmalloc(SPI_TEST_MAX_SIZE_PLUS); in spi_test_run_tests() 1083 rx = kzalloc(SPI_TEST_MAX_SIZE_PLUS, GFP_KERNEL); in spi_test_run_tests() 1089 tx = vmalloc(SPI_TEST_MAX_SIZE_PLUS); in spi_test_run_tests() [all...] |
Completed in 3 milliseconds