Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/
Domap_elm.c77 enum bch_ecc bch_type; member
100 int elm_config(struct device *dev, enum bch_ecc bch_type, in elm_config() argument
121 reg_val = (bch_type & ECC_BCH_LEVEL_MASK) | (ELM_ECC_SIZE << 16); in elm_config()
123 info->bch_type = bch_type; in elm_config()
174 switch (info->bch_type) { in elm_load_syndrome()
441 enum bch_ecc bch_type = info->bch_type; in elm_context_save() local
450 switch (bch_type) { in elm_context_save()
489 enum bch_ecc bch_type = info->bch_type; in elm_context_restore() local
498 switch (bch_type) { in elm_context_restore()
Domap2.c1037 unsigned int bch_type; in omap_enable_hwecc_bch() local
1047 bch_type = 0; in omap_enable_hwecc_bch()
1054 bch_type = 0; in omap_enable_hwecc_bch()
1067 bch_type = 1; in omap_enable_hwecc_bch()
1074 bch_type = 1; in omap_enable_hwecc_bch()
1087 bch_type = 0x2; in omap_enable_hwecc_bch()
1113 (bch_type << 12) | /* BCH4/BCH8/BCH16 */ in omap_enable_hwecc_bch()
/Linux-v5.4/include/linux/platform_data/
Delm.h38 int elm_config(struct device *dev, enum bch_ecc bch_type,
47 static inline int elm_config(struct device *dev, enum bch_ecc bch_type, in elm_config() argument