Home
last modified time | relevance | path

Searched refs:part_type (Results 1 – 25 of 47) sorted by relevance

12

/OK3568_Linux_fs/u-boot/cmd/
H A Dscript_update.c112 int part_type; in do_sd_update() local
127 part_type = desc->part_type; in do_sd_update()
128 desc->part_type = PART_TYPE_DOS; in do_sd_update()
139 desc->part_type = part_type; in do_sd_update()
150 int part_type; in do_usb_update() local
187 part_type = desc->part_type; in do_usb_update()
188 desc->part_type = PART_TYPE_DOS; in do_usb_update()
199 desc->part_type = part_type; in do_usb_update()
/OK3568_Linux_fs/kernel/arch/mips/sibyte/bcm1480/
H A Dsetup.c30 static unsigned int part_type; variable
78 if (part_type == K_SYS_PART_BCM1480) in sys_rev_decode()
80 else if (part_type == K_SYS_PART_BCM1280) in sys_rev_decode()
88 if (part_type == K_SYS_PART_BCM1455) in sys_rev_decode()
90 else if (part_type == K_SYS_PART_BCM1255) in sys_rev_decode()
98 printk("Unknown part type %x\n", part_type); in sys_rev_decode()
114 part_type = G_SYS_PART(sys_rev); in bcm1480_setup()
/OK3568_Linux_fs/u-boot/disk/
H A Dpart.c41 if (dev_desc->part_type == PART_TYPE_UNKNOWN) { in part_driver_lookup_type()
47 dev_desc->part_type = entry->part_type; in part_driver_lookup_type()
53 if (dev_desc->part_type == entry->part_type) in part_driver_lookup_type()
246 dev_desc->part_type = PART_TYPE_UNKNOWN; in part_init()
253 dev_desc->part_type = entry->part_type; in part_init()
323 dev_desc->part_type); in part_print()
340 dev_desc->part_type); in part_get_type()
365 dev_desc->part_type); in part_get_info()
571 if (((*dev_desc)->part_type == PART_TYPE_UNKNOWN) || in blk_get_device_part_str()
H A Dpart_dos.c38 static inline int is_extended(int part_type) in is_extended() argument
40 return (part_type == 0x5 || in is_extended()
41 part_type == 0xf || in is_extended()
42 part_type == 0x85); in is_extended()
302 .part_type = PART_TYPE_DOS,
H A Dpart_rkram.c146 .part_type = PART_TYPE_RKRAM,
H A Dpart_env.c209 .part_type = PART_TYPE_ENV,
H A Dpart_mac.c243 .part_type = PART_TYPE_MAC,
H A Dpart_iso.c236 .part_type = PART_TYPE_ISO,
H A Dpart_rkparm.c241 .part_type = PART_TYPE_RKPARM,
/OK3568_Linux_fs/u-boot/common/
H A Dandroid_ab.c450 const char *part_type; in ab_update_root_partition() local
468 part_type = part_get_type(dev_desc); in ab_update_root_partition()
469 if (!part_type) in ab_update_root_partition()
475 if (strstr(part_type, "ENV")) in ab_update_root_partition()
477 else if (strstr(part_type, "EFI")) in ab_update_root_partition()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dcper-x86.c237 u8 part_type = CHECK_BUS_PART_TYPE(check); in print_err_info() local
239 printk("%sParticipation Type: %u, %s\n", pfx, part_type, in print_err_info()
240 part_type < ARRAY_SIZE(ia_check_bus_part_type_strs) ? in print_err_info()
241 ia_check_bus_part_type_strs[part_type] : "unknown"); in print_err_info()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc_legacy.c125 .part_type = 0,
180 bdesc->part_type = mmc->cfg->part_type; in mmc_create()
H A Dbcmstb_sdhci.c60 host->cfg.part_type = PART_TYPE_DOS; in bcmstb_sdhci_init()
H A Dmmc-uclass.c302 bdesc->part_type = cfg->part_type; in mmc_bind()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dblock.c117 unsigned int part_type; member
172 unsigned int part_type);
483 target_part = md->part_type; in __mmc_blk_ioctl_cmd()
809 unsigned int part_type) in mmc_blk_part_switch_pre() argument
813 if (part_type == EXT_CSD_PART_CONFIG_ACC_RPMB) { in mmc_blk_part_switch_pre()
826 unsigned int part_type) in mmc_blk_part_switch_post() argument
830 if (part_type == EXT_CSD_PART_CONFIG_ACC_RPMB) { in mmc_blk_part_switch_post()
840 unsigned int part_type) in mmc_blk_part_switch() argument
845 if (main_md->part_curr == part_type) in mmc_blk_part_switch()
851 ret = mmc_blk_part_switch_pre(card, part_type); in mmc_blk_part_switch()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dmc5.c344 switch (mc5->part_type) { in t3_mc5_init()
352 CH_ERR(adap, "Unsupported TCAM type %d\n", mc5->part_type); in t3_mc5_init()
415 mc5->part_type = (unsigned char)G_TMTYPE(cfg); in t3_mc5_prep()
417 mc5->part_type |= 4; in t3_mc5_prep()
/OK3568_Linux_fs/u-boot/env/
H A Denvf.c30 static const char *part_type[] = { "mtdparts", "blkdevparts", }; variable
214 list = env_get_string(env, env_size, part_type[0]); in envf_get_part_table()
216 list = env_get_string(env, env_size, part_type[1]); in envf_get_part_table()
/OK3568_Linux_fs/u-boot/drivers/block/
H A Dsystemace.c251 bdesc->part_type = PART_TYPE_UNKNOWN; in systemace_bind()
278 systemace_dev.part_type = PART_TYPE_UNKNOWN; in systemace_get_dev()
H A Dblk-uclass.c234 if (desc->part_type != PART_TYPE_UNKNOWN) { in blk_list_part()
623 desc->part_type = PART_TYPE_UNKNOWN; in blk_create_device()
H A Dsandbox.c188 blk_dev->part_type = PART_TYPE_UNKNOWN;
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_device_path.c365 if (desc->part_type == PART_TYPE_ISO) in dp_part_size()
406 if (desc->part_type == PART_TYPE_ISO) { in dp_part_fill()
426 if (desc->part_type == PART_TYPE_EFI) in dp_part_fill()
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py390 if self.ptable_format == 'msdos' and part.part_type:
577 if part.part_type:
579 part.num, part.part_type)
581 (part.num, part.part_type,
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata.c97 sata_dev_desc[i].part_type = PART_TYPE_UNKNOWN; in __sata_initialize()
/OK3568_Linux_fs/u-boot/include/
H A Dpart.h266 int part_type; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h265 u32 part_type; /* partition type */ member

12