Searched refs:DEBUG_PRINT_L3 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/sparc64/drivers/ |
H A D | adi-test.c | 36 #define DEBUG_PRINT_L3(...) debug_print(DEBUG_LEVEL_3_BIT, __VA_ARGS__) macro 203 DEBUG_PRINT_L3("\tRead %d bytes\n", bytes_read); in read_adi() 232 DEBUG_PRINT_L3("\tRead %d bytes starting at offset 0x%lx\n", in pread_adi() 258 DEBUG_PRINT_L3("\tWrote %d of %d bytes\n", bytes_written, buf_sz); in write_adi() 291 DEBUG_PRINT_L3("\tWrote %d of %d bytes starting at address 0x%lx\n", in pwrite_adi()
|
/kernel/linux/linux-6.6/tools/testing/selftests/sparc64/drivers/ |
H A D | adi-test.c | 32 #define DEBUG_PRINT_L3(...) debug_print(DEBUG_LEVEL_3_BIT, __VA_ARGS__) macro 199 DEBUG_PRINT_L3("\tRead %d bytes\n", bytes_read); in read_adi() 228 DEBUG_PRINT_L3("\tRead %d bytes starting at offset 0x%lx\n", in pread_adi() 254 DEBUG_PRINT_L3("\tWrote %d of %d bytes\n", bytes_written, buf_sz); in write_adi() 287 DEBUG_PRINT_L3("\tWrote %d of %d bytes starting at address 0x%lx\n", in pwrite_adi()
|
Completed in 2 milliseconds