Lines Matching full:elm
6 * BCH Error Location Module (ELM) support.
21 #define DRIVER_NAME "omap-elm"
24 struct elm *elm_cfg;
135 * elm_config - Configure ELM module
138 * Configure ELM module based on BCH level.
167 * elm_reset - Do a soft reset of ELM
169 * Perform a soft reset of ELM and return after reset is done.
184 * elm_init - Initialize ELM module
186 * Initialize ELM support. Currently it does only base address init
187 * and ELM reset.
191 elm_cfg = (struct elm *)ELM_BASE; in elm_init()