Home
last modified time | relevance | path

Searched refs:part (Results 1 – 25 of 32) sorted by relevance

12

/arch/arm/mach-stm32mp/cmd_stm32prog/
A Dstm32prog.c863 part->option, part->id, part->name, in init_device()
864 part->part_type, part->bin_nb, part->target, in init_device()
865 part->dev_id, part->addr, part->size); in init_device()
917 part->name, part->id, part->addr, in init_device()
922 part->part_id, part->option, part->id, part->name, in init_device()
923 part->part_type, part->bin_nb, part->target, in init_device()
924 part->dev_id, part->addr, part->size); in init_device()
973 part->name, part->id, part->part_id, mtd_id); in init_device()
988 part->name, part->id, part->part_id, in init_device()
994 part->name, part->id, part->part_id, in init_device()
[all …]
A Dstm32prog_usb.c17 struct stm32prog_part_t *part; in stm32prog_set_phase() local
28 part = &data->part_array[i]; in stm32prog_set_phase()
29 if (part->id == phase) { in stm32prog_set_phase()
30 data->cur_part = part; in stm32prog_set_phase()
A Dstm32prog_serial.c115 struct stm32prog_part_t *part; in stm32prog_read() local
139 part = &data->part_array[i]; in stm32prog_read()
140 if (part->id == phase) in stm32prog_read()
141 dfu_entity = dfu_get_entity(part->alt_id); in stm32prog_read()
/arch/arm/mach-imx/
A Dimage-container.c255 u8 part = EXT_CSD_EXTRACT_BOOT_PART(mmc->part_config); in get_boot_device_offset() local
257 if (part == EMMC_BOOT_PART_BOOT1 || part == EMMC_BOOT_PART_BOOT2) { in get_boot_device_offset()
365 int part; in spl_mmc_emmc_boot_partition() local
367 part = EXT_CSD_EXTRACT_BOOT_PART(mmc->part_config); in spl_mmc_emmc_boot_partition()
368 if (part == EMMC_BOOT_PART_BOOT1 || part == EMMC_BOOT_PART_BOOT2) { in spl_mmc_emmc_boot_partition()
374 part = (part == EMMC_BOOT_PART_BOOT1) ? EMMC_HWPART_BOOT2 : EMMC_HWPART_BOOT1; in spl_mmc_emmc_boot_partition()
375 } else if (part == EMMC_BOOT_PART_USER) { in spl_mmc_emmc_boot_partition()
376 part = EMMC_HWPART_DEFAULT; in spl_mmc_emmc_boot_partition()
379 return part; in spl_mmc_emmc_boot_partition()
/arch/arm/mach-imx/imx8m/
A Dsoc.c757 int part, ret; in spl_mmc_emmc_boot_partition() local
759 part = default_spl_mmc_emmc_boot_partition(mmc); in spl_mmc_emmc_boot_partition()
760 if (part == 0) in spl_mmc_emmc_boot_partition()
761 return part; in spl_mmc_emmc_boot_partition()
765 printf("Could not get boot partition! Using %d\n", part); in spl_mmc_emmc_boot_partition()
766 return part; in spl_mmc_emmc_boot_partition()
778 if (part == 1) in spl_mmc_emmc_boot_partition()
779 part = 2; in spl_mmc_emmc_boot_partition()
780 else if (part == 2) in spl_mmc_emmc_boot_partition()
781 part = 1; in spl_mmc_emmc_boot_partition()
[all …]
/arch/arm/lib/
A Ddiv64.S62 @ Align divisor with upper part of dividend.
117 @ The top part of remainder became zero. If carry is set
119 @ Otherwise, if lower part is also null then we are done.
124 @ We still have remainer bits in the low part. Bring them up.
/arch/arm/mach-omap2/
A Dutils.c91 static u32 omap_mmc_get_part_size(const char *part) in omap_mmc_get_part_size() argument
104 res = part_get_info_by_name(dev_desc, part, &info); in omap_mmc_get_part_size()
/arch/arm/mach-k3/r5/
A Dcommon.c51 char *part; in init_env() local
57 part = env_get("bootpart"); in init_env()
59 env_set("fw_dev_part", part); in init_env()
/arch/arm/dts/
A Dsmbios_generic.dtsi62 part-number = "";
A Dsun50i-h6-orangepi-lite2.dts58 /* There's the BT part of the AP6255 connected to that UART */
A Dk3-am642-r5-evm.dts87 /* timer init is called as part of rproc_start() while
A Dk3-am642-r5-sk.dts82 /* timer init is called as part of rproc_start() while
A Dbcm2837-rpi-3-a-plus.dts138 * otherwise the other part would get unexpectedly disturbed.
A Dk3-am642-r5-phycore-som-2gb.dts104 /* timer init is called as part of rproc_start() while
A Dk3-am654-r5-base-board.dts58 * timer init is called as part of rproc_start() while
A Darmada-xp-98dx3236.dtsi102 cache-id-part = <0x100>;
A Dsun50i-h6-orangepi-3.dts308 /* There's the BT part of the AP6256 connected to that UART */
A Darmada-xp.dtsi47 cache-id-part = <0x100>;
A Darmada-385-turris-omnia.dts46 /* USB part of the PCIe2/USB 2.0 port */
A Dbcm5301x.dtsi3 * Generic DTS part for all BCM53010, BCM53011, BCM53012, BCM53014, BCM53015,
/arch/x86/dts/
A Dedison.dts154 * that is not part of Atom peripheral, is in use.
/arch/arc/
A DKconfig101 Introduced as a part of ARC HS38 release.
/arch/mips/mach-octeon/include/mach/
A Docteon_ddr.h515 const char part[20]; member
/arch/arm/mach-k3/
A DKconfig51 ROM can use some part of this RAM. Once ROM gives control to
/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.falcon16 An important part of falcon boot is to prepare the device tree. A normal U-Boot

Completed in 48 milliseconds

12