Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Domap_elm.c99 u32 location_status; in elm_check_error() local
116 location_status = readl(&elm_cfg->error_location[poly].location_status); in elm_check_error()
117 if (!(location_status & ELM_LOCATION_STATUS_ECC_CORRECTABLE_MASK)) { in elm_check_error()
123 *error_count = readl(&elm_cfg->error_location[poly].location_status) & in elm_check_error()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Domap_elm.h47 u32 location_status; /* 0x800 */ member