Searched refs:IDA_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
23 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG) macro40 return ((__pa(vaddr) & (IDA_BLOCK_SIZE-1)) + length + in idal_nr_words()41 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_nr_words()54 cidaw = ((paddr & (IDA_BLOCK_SIZE-1)) + length + in idal_create_words()55 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_create_words()57 paddr &= -IDA_BLOCK_SIZE; in idal_create_words()59 paddr += IDA_BLOCK_SIZE; in idal_create_words()122 nr_ptrs = (size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_alloc()132 ib->data[i] = ib->data[i-1] + IDA_BLOCK_SIZE; in idal_buffer_alloc()159 nr_ptrs = (ib->size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_free()[all …]