Searched refs:parts (Results 51 - 75 of 175) sorted by path

1234567

/linux-master/arch/mips/alchemy/devboards/
H A Ddb1200.c154 .parts = db1200_spiflash_parts,
H A Ddb1550.c98 .parts = db1550_spiflash_parts,
204 .parts = db1550_nand_parts,
H A Dplatform.c157 struct mtd_partition *parts; local
165 parts = kcalloc(5, sizeof(struct mtd_partition), GFP_KERNEL);
166 if (!parts)
192 parts[i].offset = 0;
193 parts[i].name = "User FS";
194 parts[i].size = size / 2;
198 parts[i].offset = MTDPART_OFS_APPEND;
199 parts[i].name = "User FS 2";
200 parts[i].size = (size / 2) - (0x20000000 - 0x1fc00000);
203 parts[
[all...]
/linux-master/arch/mips/bcm63xx/
H A Ddev-flash.c37 .parts = mtd_partitions,
/linux-master/arch/mips/txx9/generic/
H A Dsetup.c539 static struct mtd_partition parts[2]; local
543 if (pdata->nr_parts == 0 && !pdata->parts &&
545 !parts[0].name) {
546 parts[0].name = "boot";
547 parts[0].offset = 0x1fc00000 - addr;
548 parts[0].size = addr + size - 0x1fc00000;
549 parts[1].name = "user";
550 parts[1].offset = 0;
551 parts[1].size = 0x1fc00000 - addr;
553 pdata_part.nr_parts = ARRAY_SIZE(parts);
[all...]
/linux-master/arch/sh/boards/
H A Dboard-magicpanelr2.c323 .parts = mpr2_partitions,
H A Dboard-sh7785lcr.c74 .parts = nor_flash_partitions,
/linux-master/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c114 .parts = ap325rxa_nor_flash_partitions,
153 .parts = nand_partition_info,
/linux-master/arch/sh/boards/mach-ecovec24/
H A Dsetup.c129 .parts = nor_flash_partitions,
/linux-master/arch/sh/boards/mach-highlander/
H A Dsetup.c219 .parts = nor_flash_partitions,
/linux-master/arch/sh/boards/mach-kfr2r09/
H A Dsetup.c68 .parts = kfr2r09_nor_flash_partitions,
/linux-master/arch/sh/boards/mach-migor/
H A Dsetup.c134 .parts = migor_nor_flash_partitions,
/linux-master/arch/sh/boards/mach-se/7724/
H A Dsetup.c137 .parts = nor_flash_partitions,
/linux-master/arch/sh/boards/mach-sh7763rdp/
H A Dsetup.c42 .parts = sh7763rdp_nor_flash_partitions,
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S911 # Haskey_i_k holds XORed values of the low and high parts of the Haskey_i
1057 # Haskey_i_k holds XORed values of the low and high parts of the Haskey_i
1885 # Haskey_i_k holds XORed values of the low and high parts of the Haskey_i
2007 # Haskey_i_k holds XORed values of the low and high parts of the Haskey_i
/linux-master/block/partitions/
H A Dcheck.h19 } *parts; member in struct:parsed_partitions
42 p->parts[n].from = from;
43 p->parts[n].size = size;
H A Dcmdline.c105 static void free_subpart(struct cmdline_parts *parts) argument
109 while (parts->subpart) {
110 subpart = parts->subpart;
111 parts->subpart = subpart->next_subpart;
116 static int parse_parts(struct cmdline_parts **parts, char *bdevdef) argument
123 *parts = NULL;
155 *parts = newparts;
164 static void cmdline_parts_free(struct cmdline_parts **parts) argument
168 while (*parts) {
169 next_parts = (*parts)
176 cmdline_parts_parse(struct cmdline_parts **parts, const char *cmdline) argument
217 cmdline_parts_find(struct cmdline_parts *parts, const char *bdev) argument
252 cmdline_parts_set(struct cmdline_parts *parts, sector_t disk_size, struct parsed_partitions *state) argument
354 struct cmdline_parts *parts; local
[all...]
H A Dcore.c97 state->parts = vzalloc(array_size(nr, sizeof(state->parts[0])));
98 if (!state->parts) {
110 vfree(state->parts);
137 memset(state->parts, 0, state->limit * sizeof(state->parts[0]));
524 sector_t size = state->parts[p].size;
525 sector_t from = state->parts[p].from;
556 part = add_partition(disk, p, from, size, state->parts[p].flags,
557 &state->parts[
[all...]
H A Defi.c742 state->parts[i + 1].flags = ADDPART_FLAG_RAID;
744 info = &state->parts[i + 1].info;
751 state->parts[i + 1].has_info = true;
H A Dmac.c92 state->parts[slot].flags = ADDPART_FLAG_RAID;
H A Dmsdos.c111 struct partition_meta_info *info = &state->parts[slot].info;
116 state->parts[slot].has_info = true;
196 state->parts[state->next].flags = ADDPART_FLAG_RAID;
689 state->parts[slot].flags = ADDPART_FLAG_RAID;
H A Dsgi.c80 state->parts[slot].flags = ADDPART_FLAG_RAID;
H A Dsun.c116 state->parts[slot].flags = 0;
119 state->parts[slot].flags |= ADDPART_FLAG_RAID;
121 state->parts[slot].flags |= ADDPART_FLAG_WHOLEDISK;
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dfb.h148 int parts; member in struct:nvkm_ram
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dnv20.c47 u32 tags = round_up(tiles / fb->ram->parts, 0x40);

Completed in 341 milliseconds

1234567