Home
last modified time | relevance | path

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

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