BITS_PER_STEP_BCH
int bytes_per_step = DIV_ROUND_UP(BITS_PER_STEP_BCH * chip->ecc.strength,
bits_per_step = BITS_PER_STEP_BCH;
bits_per_step = BITS_PER_STEP_BCH * chip->ecc.strength;