Searched refs:IDA_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
28 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG) macro52 return ((__pa(vaddr) & (IDA_BLOCK_SIZE-1)) + length + in idal_nr_words()53 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_nr_words()69 cidaw = ((paddr & (IDA_BLOCK_SIZE-1)) + length + in idal_create_words()70 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_create_words()72 paddr &= -IDA_BLOCK_SIZE; in idal_create_words()74 paddr += IDA_BLOCK_SIZE; in idal_create_words()142 nr_ptrs = (size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_alloc()152 ib->data[i] = ib->data[i-1] + IDA_BLOCK_SIZE; in idal_buffer_alloc()179 nr_ptrs = (ib->size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_free()[all …]
1444 nridaws = ((address & (IDA_BLOCK_SIZE-1)) + count + in dasd_set_normalized_cda()1445 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in dasd_set_normalized_cda()1482 address = (address & -(IDA_BLOCK_SIZE)) + (IDA_BLOCK_SIZE); in dasd_set_normalized_cda()