Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dnand_base.c297 const struct nand_secure_region *region = &chip->secure_regions[i]; in nand_region_is_secured()
5563 chip->secure_regions = kcalloc(chip->nr_secure_regions, sizeof(*chip->secure_regions), in of_get_nand_secure_regions()
5565 if (!chip->secure_regions) in of_get_nand_secure_regions()
5570 &chip->secure_regions[i].offset); in of_get_nand_secure_regions()
5572 &chip->secure_regions[i].size); in of_get_nand_secure_regions()
6605 kfree(chip->secure_regions); in nand_scan_tail()
6695 kfree(chip->secure_regions); in nand_cleanup()
/linux/include/linux/mtd/
H A Drawnand.h1333 struct nand_secure_region *secure_regions; member