Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-s390x/
Didals.h24 #define IDA_SIZE_LOG 12 /* 11 for 2k , 12 for 4k */ macro
26 #define IDA_SIZE_LOG 11 /* 11 for 2k , 12 for 4k */ macro
28 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG)
53 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_nr_words()
70 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_create_words()
142 nr_ptrs = (size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_alloc()
143 nr_chunks = (4096 << page_order) >> IDA_SIZE_LOG; in idal_buffer_alloc()
179 nr_ptrs = (ib->size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_free()
180 nr_chunks = (4096 << ib->page_order) >> IDA_SIZE_LOG; in idal_buffer_free()
/linux-2.4.37.9/include/asm-s390/
Didals.h24 #define IDA_SIZE_LOG 12 /* 11 for 2k , 12 for 4k */ macro
26 #define IDA_SIZE_LOG 11 /* 11 for 2k , 12 for 4k */ macro
28 #define IDA_BLOCK_SIZE (1L<<IDA_SIZE_LOG)
53 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_nr_words()
70 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in idal_create_words()
142 nr_ptrs = (size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_alloc()
143 nr_chunks = (4096 << page_order) >> IDA_SIZE_LOG; in idal_buffer_alloc()
179 nr_ptrs = (ib->size + IDA_BLOCK_SIZE - 1) >> IDA_SIZE_LOG; in idal_buffer_free()
180 nr_chunks = (4096 << ib->page_order) >> IDA_SIZE_LOG; in idal_buffer_free()
/linux-2.4.37.9/drivers/s390/block/
Ddasd.c1445 (IDA_BLOCK_SIZE-1)) >> IDA_SIZE_LOG; in dasd_set_normalized_cda()