Searched refs:IDA_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
25 #define IDA_BLOCK_SIZE (1UL << IDA_SIZE_SHIFT) macro48 cidaw += length + IDA_BLOCK_SIZE - 1; in idal_nr_words()76 paddr = dma64_and(paddr, -IDA_BLOCK_SIZE); in idal_create_words()78 paddr = dma64_add(paddr, IDA_BLOCK_SIZE); in idal_create_words()226 for (i = 0; count > IDA_BLOCK_SIZE; i++) { in idal_buffer_to_user()230 return left + count - IDA_BLOCK_SIZE; in idal_buffer_to_user()231 to = (void __user *)to + IDA_BLOCK_SIZE; in idal_buffer_to_user()232 count -= IDA_BLOCK_SIZE; in idal_buffer_to_user()248 for (i = 0; count > IDA_BLOCK_SIZE; i++) { in idal_buffer_from_user()252 return left + count - IDA_BLOCK_SIZE; in idal_buffer_from_user()[all …]
Completed in 4 milliseconds