Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Domap_elm.h20 #define ELM_LOCATION_CONFIG_ECC_BCH_LEVEL_MASK (0x3) macro
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Domap_elm.c151 val = (u32)(level) & ELM_LOCATION_CONFIG_ECC_BCH_LEVEL_MASK; in elm_config()