bytes_per_step 204 drivers/mtd/nand/raw/tegra_nand.c int bytes_per_step = DIV_ROUND_UP(BITS_PER_STEP_RS * chip->ecc.strength, bytes_per_step 211 drivers/mtd/nand/raw/tegra_nand.c oobregion->length = round_up(bytes_per_step * chip->ecc.steps, 4); bytes_per_step 231 drivers/mtd/nand/raw/tegra_nand.c int bytes_per_step = DIV_ROUND_UP(BITS_PER_STEP_BCH * chip->ecc.strength, bytes_per_step 238 drivers/mtd/nand/raw/tegra_nand.c oobregion->length = round_up(bytes_per_step * chip->ecc.steps, 4); bytes_per_step 849 drivers/mtd/nand/raw/tegra_nand.c int strength_sel, bytes_per_step, bytes_per_page; bytes_per_step 860 drivers/mtd/nand/raw/tegra_nand.c bytes_per_step = DIV_ROUND_UP(bits_per_step * strength_sel, bytes_per_step 862 drivers/mtd/nand/raw/tegra_nand.c bytes_per_page = round_up(bytes_per_step * chip->ecc.steps, 4);