Home
last modified time | relevance | path

Searched refs:ADI_BLKSZ (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/sparc64/drivers/
Dadi-test.c58 #define ADI_BLKSZ 64 macro
317 (end_addr[range_count - 1] - 0x1000) & ~(ADI_BLKSZ - 1); in test0_prpw_aligned_1byte()
325 offset = paddr / ADI_BLKSZ; in test0_prpw_aligned_1byte()
351 (end_addr[range_count - 1] - 0x6000) & ~(ADI_BLKSZ - 1); in test1_prpw_aligned_4096bytes()
362 offset = paddr / ADI_BLKSZ; in test1_prpw_aligned_4096bytes()
391 (start_addr[0] + 0x6000) & ~(ADI_BLKSZ - 1); in test2_prpw_aligned_10327bytes()
402 offset = paddr / ADI_BLKSZ; in test2_prpw_aligned_10327bytes()
431 ((start_addr[0] + 0xC000) & ~(ADI_BLKSZ - 1)) + 17; in test3_prpw_unaligned_12541bytes()
442 offset = paddr / ADI_BLKSZ; in test3_prpw_unaligned_12541bytes()
519 (end_addr[range_count - 1] - 0xF000) & ~(ADI_BLKSZ - 1); in test5_rw_aligned_1byte()
[all …]