Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c1823 struct qcom_nand_boot_partition *boot_partition; in qcom_nandc_is_boot_partition() local
1836 boot_partition = &host->boot_partitions[host->nr_boot_partitions - 1]; in qcom_nandc_is_boot_partition()
1837 start = boot_partition->page_offset; in qcom_nandc_is_boot_partition()
1838 end = start + boot_partition->page_size; in qcom_nandc_is_boot_partition()
1850 boot_partition = &host->boot_partitions[i]; in qcom_nandc_is_boot_partition()
1851 start = boot_partition->page_offset; in qcom_nandc_is_boot_partition()
1852 end = start + boot_partition->page_size; in qcom_nandc_is_boot_partition()
3195 struct qcom_nand_boot_partition *boot_partition; in qcom_nand_host_parse_boot_partitions() local
3217 boot_partition = &host->boot_partitions[i]; in qcom_nand_host_parse_boot_partitions()
3220 &boot_partition->page_offset); in qcom_nand_host_parse_boot_partitions()
[all …]
/linux/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()