Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-s390x/
Didals.h28 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG) macro
52 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 …]
/linux-2.4.37.9/include/asm-s390/
Didals.h28 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG) macro
52 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 …]
/linux-2.4.37.9/drivers/s390/block/
Ddasd.c1444 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()