/arch/mips/alchemy/devboards/ |
D | platform.c | 174 struct mtd_partition *parts; in db1x_register_norflash() local 182 parts = kcalloc(5, sizeof(struct mtd_partition), GFP_KERNEL); in db1x_register_norflash() 183 if (!parts) in db1x_register_norflash() 209 parts[i].offset = 0; in db1x_register_norflash() 210 parts[i].name = "User FS"; in db1x_register_norflash() 211 parts[i].size = size / 2; in db1x_register_norflash() 215 parts[i].offset = MTDPART_OFS_APPEND; in db1x_register_norflash() 216 parts[i].name = "User FS 2"; in db1x_register_norflash() 217 parts[i].size = (size / 2) - (0x20000000 - 0x1fc00000); in db1x_register_norflash() 220 parts[i].offset = MTDPART_OFS_APPEND; in db1x_register_norflash() [all …]
|
/arch/mips/txx9/rbtx4939/ |
D | setup.c | 383 static struct mtd_partition parts[4]; in rbtx4939_mtd_init() local 392 parts[i].name = names[i]; in rbtx4939_mtd_init() 393 parts[i].size = 0x400000; in rbtx4939_mtd_init() 394 parts[i].offset = MTDPART_OFS_NXTBLK; in rbtx4939_mtd_init() 402 parts[i].name = names[i]; in rbtx4939_mtd_init() 403 parts[i].size = 0x400000; in rbtx4939_mtd_init() 404 parts[i].offset = MTDPART_OFS_NXTBLK; in rbtx4939_mtd_init() 409 parts[0].name = "boot"; in rbtx4939_mtd_init() 410 parts[0].offset = 0xc00000; in rbtx4939_mtd_init() 411 parts[0].size = 0x400000; in rbtx4939_mtd_init() [all …]
|
/arch/arm/mach-sti/ |
D | Kconfig | 34 Electronics family StiH415 parts, primarily targeted at set-top-box 43 Electronics family StiH416 parts, primarily targeted at set-top-box 53 Electronics family StiH407 parts, targetted at set-top-box
|
/arch/mips/txx9/generic/ |
D | setup.c | 623 static struct mtd_partition parts[2]; in txx9_physmap_flash_init() local 627 if (pdata->nr_parts == 0 && !pdata->parts && in txx9_physmap_flash_init() 629 !parts[0].name) { in txx9_physmap_flash_init() 630 parts[0].name = "boot"; in txx9_physmap_flash_init() 631 parts[0].offset = 0x1fc00000 - addr; in txx9_physmap_flash_init() 632 parts[0].size = addr + size - 0x1fc00000; in txx9_physmap_flash_init() 633 parts[1].name = "user"; in txx9_physmap_flash_init() 634 parts[1].offset = 0; in txx9_physmap_flash_init() 635 parts[1].size = 0x1fc00000 - addr; in txx9_physmap_flash_init() 637 pdata_part.nr_parts = ARRAY_SIZE(parts); in txx9_physmap_flash_init() [all …]
|
/arch/mips/include/asm/mach-au1x00/ |
D | au1550nd.h | 12 struct mtd_partition *parts; member
|
/arch/mips/include/asm/mach-loongson32/ |
D | nand.h | 15 struct mtd_partition *parts; member
|
/arch/arm/mach-pxa/ |
D | h5000.c | 70 .parts = h5000_flash0_partitions, 76 .parts = h5000_flash1_partitions,
|
D | cm-x255.c | 146 .parts = cmx255_nor_partitions, 209 .parts = cmx255_nand_parts,
|
/arch/arm/include/asm/mach/ |
D | flash.h | 32 struct mtd_partition *parts; member
|
/arch/mips/cobalt/ |
D | mtd.c | 23 .parts = cobalt_mtd_partitions,
|
/arch/m68k/coldfire/ |
D | firebee.c | 58 .parts = firebee_flash_parts,
|
D | stmark2.c | 39 .parts = stmark2_partitions,
|
D | amcore.c | 101 .parts = amcore_partitions,
|
/arch/sh/boards/mach-rsk/ |
D | setup.c | 45 .parts = rsk_partitions,
|
/arch/arm/mach-ixp4xx/ |
D | omixp-setup.c | 76 .parts = omixp_partitions, 80 .parts = NULL,
|
/arch/mips/boot/dts/cavium-octeon/ |
D | dlink_dsr-500n-1000n.dtsi | 3 * Device tree source for D-Link DSR-500N/1000N (common parts).
|
D | octeon_3xxx.dtsi | 2 /* OCTEON 3XXX DTS common parts. */ 21 /* Interrupts are specified by two parts: 34 /* Interrupts are specified by two parts:
|
/arch/arm/mach-orion5x/ |
D | rd88f6183ap-ge-setup.c | 62 .parts = rd88f6183ap_ge_partitions,
|
/arch/sh/boards/ |
D | board-espt.c | 38 .parts = espt_nor_flash_partitions,
|
/arch/mips/bcm63xx/ |
D | dev-flash.c | 37 .parts = mtd_partitions,
|
/arch/c6x/lib/ |
D | mpyll.S | 11 ;; First compute partial results using 32-bit parts of x and y:
|
/arch/arm/mach-davinci/ |
D | board-sffsdr.c | 56 .parts = davinci_sffsdr_nandflash_partition,
|
/arch/arm/mach-sa1100/ |
D | pleb.c | 97 .parts = pleb_partitions,
|
D | nanoengine.c | 54 .parts = nanoengine_partitions,
|
/arch/arm64/boot/dts/renesas/ |
D | hihope-rzg2-ex.dtsi | 3 * Device Tree Source for the RZ/G2[MN] HiHope sub board common parts
|