Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Drawnand.h1321 u8 nr_secure_regions; member
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c297 for (i = 0; i < chip->nr_secure_regions; i++) { in nand_region_is_secured()
5536 chip->nr_secure_regions = nr_elem / 2; in of_get_nand_secure_regions()
5537 chip->secure_regions = kcalloc(chip->nr_secure_regions, sizeof(*chip->secure_regions), in of_get_nand_secure_regions()
5542 for (i = 0, j = 0; i < chip->nr_secure_regions; i++, j += 2) { in of_get_nand_secure_regions()