Searched refs:is_power_of_2 (Results 1 – 1 of 1) sorted by relevance
324 #define is_power_of_2(x) ((x) != 0 && (((x) & ((x) - 1)) == 0)) macro343 if (io_bat_index < 2 && is_power_of_2(size) in io_block_mapping()