Searched refs:IDA_BLOCK_SIZE (Results 1 – 2 of 2) 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 …]
4259 if ((unsigned long)(dst) & (IDA_BLOCK_SIZE - 1)) { in dasd_eckd_build_cp_cmd_track()4279 if (!((unsigned long)(idaw_dst + idaw_len) & (IDA_BLOCK_SIZE - 1))) in dasd_eckd_build_cp_cmd_track()
Completed in 15 milliseconds