Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c518 struct qcom_nand_boot_partition *boot_partitions; member
1836 boot_partition = &host->boot_partitions[host->nr_boot_partitions - 1]; in qcom_nandc_is_boot_partition()
1850 boot_partition = &host->boot_partitions[i]; in qcom_nandc_is_boot_partition()
3209 host->boot_partitions = devm_kcalloc(dev, host->nr_boot_partitions, in qcom_nand_host_parse_boot_partitions()
3210 sizeof(*host->boot_partitions), GFP_KERNEL); in qcom_nand_host_parse_boot_partitions()
3211 if (!host->boot_partitions) { in qcom_nand_host_parse_boot_partitions()
3217 boot_partition = &host->boot_partitions[i]; in qcom_nand_host_parse_boot_partitions()