Searched refs:bits_per_step (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | tegra_nand.c | 840 int strength_len, int bits_per_step, in tegra_nand_get_strength() 865 bytes_per_step = DIV_ROUND_UP(bits_per_step * strength_sel, in tegra_nand_get_strength() 880 int strength_len, bits_per_step; in tegra_nand_select_strength() local 884 bits_per_step = BITS_PER_STEP_RS; in tegra_nand_select_strength() 894 bits_per_step = BITS_PER_STEP_BCH; in tegra_nand_select_strength() 908 bits_per_step, oobsize); in tegra_nand_select_strength() 918 int bits_per_step; in tegra_nand_attach_chip() local 972 bits_per_step = BITS_PER_STEP_RS * chip->ecc.strength; in tegra_nand_attach_chip() 993 bits_per_step = BITS_PER_STEP_BCH * chip->ecc.strength; in tegra_nand_attach_chip() 1024 chip->ecc.bytes = DIV_ROUND_UP(bits_per_step, BITS_PER_BYT in tegra_nand_attach_chip() 839 tegra_nand_get_strength(struct nand_chip *chip, const int *strength, int strength_len, int bits_per_step, int oobsize) tegra_nand_get_strength() argument [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | tegra_nand.c | 843 int strength_len, int bits_per_step, in tegra_nand_get_strength() 868 bytes_per_step = DIV_ROUND_UP(bits_per_step * strength_sel, in tegra_nand_get_strength() 883 int strength_len, bits_per_step; in tegra_nand_select_strength() local 887 bits_per_step = BITS_PER_STEP_RS; in tegra_nand_select_strength() 897 bits_per_step = BITS_PER_STEP_BCH; in tegra_nand_select_strength() 911 bits_per_step, oobsize); in tegra_nand_select_strength() 921 int bits_per_step; in tegra_nand_attach_chip() local 975 bits_per_step = BITS_PER_STEP_RS * chip->ecc.strength; in tegra_nand_attach_chip() 996 bits_per_step = BITS_PER_STEP_BCH * chip->ecc.strength; in tegra_nand_attach_chip() 1027 chip->ecc.bytes = DIV_ROUND_UP(bits_per_step, BITS_PER_BYT in tegra_nand_attach_chip() 842 tegra_nand_get_strength(struct nand_chip *chip, const int *strength, int strength_len, int bits_per_step, int oobsize) tegra_nand_get_strength() argument [all...] |
Completed in 4 milliseconds