Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/
Dtegra_nand.c838 int strength_len, int bits_per_step, in tegra_nand_get_strength() argument
860 bytes_per_step = DIV_ROUND_UP(bits_per_step * strength_sel, in tegra_nand_get_strength()
875 int strength_len, bits_per_step; in tegra_nand_select_strength() local
879 bits_per_step = BITS_PER_STEP_RS; in tegra_nand_select_strength()
889 bits_per_step = BITS_PER_STEP_BCH; in tegra_nand_select_strength()
903 bits_per_step, oobsize); in tegra_nand_select_strength()
911 int bits_per_step; in tegra_nand_attach_chip() local
965 bits_per_step = BITS_PER_STEP_RS * chip->ecc.strength; in tegra_nand_attach_chip()
986 bits_per_step = BITS_PER_STEP_BCH * chip->ecc.strength; in tegra_nand_attach_chip()
1017 chip->ecc.bytes = DIV_ROUND_UP(bits_per_step, BITS_PER_BYTE); in tegra_nand_attach_chip()