DIV_ROUND_UP_BITS
#undef DIV_ROUND_UP_BITS
#define DIV_ROUND_UP_BITS(n,bits) (((n) + (1 << (bits)) - 1) >> (bits))