Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/u-boot/doc/mvebu/cmd/
H A Dbubt.txt35 - SD/eMMC: # mmc dev <dev_id> <boot_partition>
/openbmc/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()