Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/
H A Dmtdchar.c885 uint32_t ur_idx; in mtdchar_ioctl() local
889 if (get_user(ur_idx, &(ur->regionindex))) in mtdchar_ioctl()
892 if (ur_idx >= mtd->numeraseregions) in mtdchar_ioctl()
895 kr = &(mtd->eraseregions[ur_idx]); in mtdchar_ioctl()