Home
last modified time | relevance | path

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

/linux-6.15/drivers/mtd/nand/raw/
H A Dqcom_nandc.c832 struct qcom_nand_boot_partition *boot_partition; in qcom_nandc_is_boot_partition() local
846 start = boot_partition->page_offset; in qcom_nandc_is_boot_partition()
847 end = start + boot_partition->page_size; in qcom_nandc_is_boot_partition()
859 boot_partition = &host->boot_partitions[i]; in qcom_nandc_is_boot_partition()
860 start = boot_partition->page_offset; in qcom_nandc_is_boot_partition()
861 end = start + boot_partition->page_size; in qcom_nandc_is_boot_partition()
2096 boot_partition = &host->boot_partitions[i]; in qcom_nand_host_parse_boot_partitions()
2099 &boot_partition->page_offset); in qcom_nand_host_parse_boot_partitions()
2113 boot_partition->page_offset /= mtd->writesize; in qcom_nand_host_parse_boot_partitions()
2116 &boot_partition->page_size); in qcom_nand_host_parse_boot_partitions()
[all …]
/linux-6.15/drivers/memstick/core/
H A Dmspro_block.c102 unsigned char boot_partition; member
354 rc += sysfs_emit_at(buffer, rc, "boot partition: %x\n", x_mbr->boot_partition); in mspro_block_attr_show_mbr()