Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/mm/
Dpgtable.c324 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro
343 if (io_bat_index < 2 && is_power_of_2(size) in io_block_mapping()