| /openbmc/u-boot/disk/ |
| H A D | part_iso.c | 48 int part_get_info_iso_verb(struct blk_desc *dev_desc, int part_num, in part_get_info_iso_verb() argument 70 dev_desc->devnum, part_num); in part_get_info_iso_verb() 76 ppr->stand_ident, dev_desc->devnum, part_num); in part_get_info_iso_verb() 92 dev_desc->devnum, part_num); in part_get_info_iso_verb() 100 pbr->ident_str, dev_desc->devnum, part_num); in part_get_info_iso_verb() 108 bootaddr, dev_desc->devnum, part_num); in part_get_info_iso_verb() 118 dev_desc->devnum, part_num); in part_get_info_iso_verb() 124 dev_desc->devnum, part_num); in part_get_info_iso_verb() 131 dev_desc->devnum, part_num); in part_get_info_iso_verb() 139 part_set_generic_name(dev_desc, part_num, (char *)info->name); in part_get_info_iso_verb() [all …]
|
| H A D | part_dos.c | 54 int part_num, unsigned int disksig) in print_one_part() argument 61 part_num, lba_start, lba_size, disksig, part_num, p->sys_ind, in print_one_part() 127 int part_num, unsigned int disksig) in print_partition_extended() argument 134 if (part_num > MAX_EXT_PARTS) in print_partition_extended() 166 print_one_part(pt, ext_part_sector, part_num, disksig); in print_partition_extended() 172 part_num++; in print_partition_extended() 185 part_num, disksig); in print_partition_extended() 197 int part_num, int which_part, in part_get_info_extended() argument 206 if (part_num > MAX_EXT_PARTS) in part_get_info_extended() 239 (part_num == which_part) && in part_get_info_extended() [all …]
|
| H A D | part.c | 679 int part_num, char *name) in part_set_generic_name() argument 707 sprintf(name, "%s%c%d", devtype, 'a' + dev_desc->devnum, part_num); in part_set_generic_name()
|
| /openbmc/u-boot/cmd/ |
| H A D | mtdparts.c | 154 static struct part_info* mtd_part_info(struct mtd_device *dev, unsigned int part_num); 1252 int part_num; local 1257 part_num = 0; 1277 part_num, part->name, part->size, 1289 part_num, part->name, part->size, 1292 part_num++; 1348 u8 *part_num, struct part_info **part) argument 1357 *part_num = 0; 1363 (*part_num)++; 1370 *part_num = 0; [all …]
|
| H A D | jffs2.c | 425 static struct part_info* jffs2_part_info(struct mtd_device *dev, unsigned int part_num) in jffs2_part_info() argument 435 part_num, MTD_DEV_TYPE(dev->id->type), in jffs2_part_info() 438 if (part_num >= dev->num_parts) { in jffs2_part_info() 440 part_num, MTD_DEV_TYPE(dev->id->type), in jffs2_part_info() 450 if (part_num == num++) { in jffs2_part_info()
|
| H A D | mmc.c | 761 u8 ack, part_num, access; in do_mmc_partconf() local 781 part_num = simple_strtoul(argv[3], NULL, 10); in do_mmc_partconf() 785 return mmc_set_part_conf(mmc, ack, part_num, access); in do_mmc_partconf()
|
| H A D | flash.c | 20 u8 *part_num, struct part_info **part);
|
| H A D | nand.c | 38 u8 *part_num, struct part_info **part);
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | mmc_boot.c | 100 int mmc_set_part_conf(struct mmc *mmc, u8 ack, u8 part_num, u8 access) in mmc_set_part_conf() argument 106 EXT_CSD_BOOT_PART_NUM(part_num) | in mmc_set_part_conf()
|
| H A D | mmc_private.h | 124 int mmc_switch_part(struct mmc *mmc, unsigned int part_num);
|
| H A D | mmc.c | 880 static int mmc_set_capacity(struct mmc *mmc, int part_num) in mmc_set_capacity() argument 882 switch (part_num) { in mmc_set_capacity() 897 mmc->capacity = mmc->capacity_gp[part_num - 4]; in mmc_set_capacity() 909 static int mmc_boot_part_access_chk(struct mmc *mmc, unsigned int part_num) in mmc_boot_part_access_chk() argument 914 if (part_num & PART_ACCESS_MASK) in mmc_boot_part_access_chk() 919 mmc_mode_name(mmc->selected_mode), part_num); in mmc_boot_part_access_chk() 934 unsigned int part_num) in mmc_boot_part_access_chk() argument 940 int mmc_switch_part(struct mmc *mmc, unsigned int part_num) in mmc_switch_part() argument 944 ret = mmc_boot_part_access_chk(mmc, part_num); in mmc_switch_part() 950 | (part_num & PART_ACCESS_MASK)); in mmc_switch_part() [all …]
|
| /openbmc/u-boot/test/py/tests/ |
| H A D | test_ums.py | 114 part_num = env__block_devs[0]['writable_fs_partition'] 115 host_ums_part_node = '%s-part%d' % (host_ums_dev_node, part_num)
|
| /openbmc/u-boot/arch/arm/mach-mediatek/mt7623/ |
| H A D | preloader.h | 79 u8 part_num; member
|
| /openbmc/u-boot/include/jffs2/ |
| H A D | load_kernel.h | 67 u8 *part_num, struct part_info **part);
|
| /openbmc/u-boot/drivers/dfu/ |
| H A D | dfu_nand.c | 207 u8 part_num; in dfu_fill_entity_nand() local 221 ret = find_dev_and_part(mtd_id, &mtd_dev, &part_num, &pi); in dfu_fill_entity_nand()
|
| /openbmc/u-boot/cmd/mvebu/ |
| H A D | bubt.c | 138 if (mmc->part_num != CONFIG_SYS_MMC_ENV_PART) { in mmc_burn_image() 179 if (mmc->part_num != CONFIG_SYS_MMC_ENV_PART) in mmc_burn_image() 180 mmc_switch_part(mmc_dev_num, mmc->part_num); in mmc_burn_image()
|
| /openbmc/u-boot/include/ |
| H A D | part.h | 216 int part_num, char *name);
|
| H A D | mmc.h | 741 int mmc_switch_part(struct mmc *mmc, unsigned int part_num); 757 int mmc_set_part_conf(struct mmc *mmc, u8 ack, u8 part_num, u8 access);
|
| /openbmc/u-boot/common/ |
| H A D | fdt_support.c | 792 int part_num, ret; in fdt_node_set_part_info() local 807 part_num = 0; in fdt_node_set_part_info() 814 part_num, part->name, part->size, in fdt_node_set_part_info() 871 part_num++; in fdt_node_set_part_info()
|
| H A D | avb_verify.c | 341 int part_num = 0; in get_partition() local 361 ret = mmc_switch_part(part->mmc, part_num); in get_partition()
|