Searched refs:parts (Results 1 - 25 of 175) sorted by path

1234567

/linux-master/arch/arm/include/asm/mach/
H A Dflash.h21 * parts: optional array of mtd_partitions for static partitioning
32 struct mtd_partition *parts; member in struct:flash_platform_data
/linux-master/arch/arm/mach-orion5x/
H A Dmv2120-setup.c58 .parts = mv2120_partitions,
H A Dts209-setup.c77 .parts = qnap_ts209_partitions,
H A Dts409-setup.c97 .parts = qnap_ts409_partitions,
/linux-master/arch/arm/mach-sa1100/
H A Dh3xxx.c75 .parts = h3xxx_partitions,
H A Djornada720.c355 .parts = jornada720_partitions,
/linux-master/arch/m68k/coldfire/
H A Damcore.c101 .parts = amcore_partitions,
H A Dfirebee.c58 .parts = firebee_flash_parts,
/linux-master/arch/m68k/fpsp040/
H A Dround.S496 | The LOCAL_LO and LOCAL_GRS parts of the value are copied to FP_SCR2
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S8125 # separated into two parts evaluated independently before #
8960 # where L1, L2 are the leading and trailing parts of #
23149 # Since the packed number has a long word between the first & second parts,
/linux-master/arch/mips/cobalt/
H A Dmtd.c23 .parts = cobalt_mtd_partitions,
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dau1550nd.h12 struct mtd_partition *parts; member in struct:au1550nd_platdata
/linux-master/arch/sh/boards/
H A Dboard-apsh4a3a.c47 .parts = nor_flash_partitions,
H A Dboard-edosk7760.c55 .parts = edosk7760_nor_flash_partitions,
H A Dboard-espt.c38 .parts = espt_nor_flash_partitions,
H A Dboard-urquell.c121 .parts = nor_flash_partitions,
/linux-master/arch/sh/boards/mach-r2d/
H A Dsetup.c209 .parts = r2d_partitions,
/linux-master/arch/sh/boards/mach-rsk/
H A Dsetup.c45 .parts = rsk_partitions,
/linux-master/arch/sh/boards/mach-se/7343/
H A Dsetup.c49 .parts = nor_flash_partitions,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramnv20.c46 (*pram)->parts = (nvkm_rd32(device, 0x100200) & 0x00000003) + 1;
H A Dramnv41.c46 (*pram)->parts = (nvkm_rd32(device, 0x100200) & 0x00000003) + 1;
H A Dramnv49.c46 (*pram)->parts = (nvkm_rd32(device, 0x100200) & 0x00000003) + 1;
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Defx.h219 int ef4_mtd_add(struct ef4_nic *efx, struct ef4_mtd_partition *parts,
H A Dmtd.c54 int ef4_mtd_add(struct ef4_nic *efx, struct ef4_mtd_partition *parts, argument
61 part = (struct ef4_mtd_partition *)((char *)parts +
87 part = (struct ef4_mtd_partition *)((char *)parts +
97 struct ef4_mtd_partition *parts, *part, *next; local
104 parts = list_first_entry(&efx->mtd_list, struct ef4_mtd_partition,
110 kfree(parts);
/linux-master/drivers/net/ethernet/sfc/
H A Dmtd.c54 int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts, argument
61 part = (struct efx_mtd_partition *)((char *)parts +
90 part = (struct efx_mtd_partition *)((char *)parts +
100 struct efx_mtd_partition *parts, *part, *next; local
107 parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition,
113 kfree(parts);

Completed in 535 milliseconds

1234567