Searched refs:bch_type (Results 1 – 2 of 2) sorted by relevance
77 enum bch_ecc bch_type; member103 int elm_config(struct device *dev, enum bch_ecc bch_type, in elm_config() argument124 reg_val = (bch_type & ECC_BCH_LEVEL_MASK) | (ELM_ECC_SIZE << 16); in elm_config()126 info->bch_type = bch_type; in elm_config()177 switch (info->bch_type) { in elm_load_syndrome()439 enum bch_ecc bch_type = info->bch_type; in elm_context_save() local448 switch (bch_type) { in elm_context_save()487 enum bch_ecc bch_type = info->bch_type; in elm_context_restore() local496 switch (bch_type) { in elm_context_restore()
38 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