Searched refs:bankwidth (Results 26 - 50 of 72) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Ddmv182.c46 .bankwidth = 32,
H A Dedb7312.c39 .bankwidth = BUSWIDTH,
H A Dichxrom.c235 for(map->map.bankwidth = 32; map->map.bankwidth;
236 map->map.bankwidth >>= 1)
240 if (!map_bankwidth_supported(map->map.bankwidth))
H A Dnetsc520.c85 .bankwidth = 4,
H A Dtsunami_flash.c65 .bankwidth = 1,
H A Duclinux.c66 mapp->bankwidth = 4;
H A Dcdb89712.c36 .bankwidth = FLASH_WIDTH,
106 .bankwidth = SRAM_WIDTH,
174 .bankwidth = BOOTROM_WIDTH,
H A Dphysmap.c124 info->map[i].bankwidth = physmap_data->width;
248 int bankwidth, void (*set_vpp)(struct map_info *, int))
252 physmap_flash_data.width = bankwidth;
247 physmap_configure(unsigned long addr, unsigned long size, int bankwidth, void (*set_vpp)(struct map_info *, int)) argument
H A Dsa1100-flash.c67 * Retrieve the bankwidth from the MSC registers.
76 subdev->map.bankwidth = (MSC0 & MSC_RBW) ? 2 : 4;
80 subdev->map.bankwidth = ((MSC0 >> 16) & MSC_RBW) ? 2 : 4;
115 subdev->map.bankwidth * 8);
H A Desb2rom.c302 for(map->map.bankwidth = 32; map->map.bankwidth;
303 map->map.bankwidth >>= 1) {
306 if (!map_bankwidth_supported(map->map.bankwidth))
H A Dl440gx.c46 .bankwidth = BUSWIDTH,
H A Dbfin-async-flash.c148 state->map.bankwidth = pdata->width;
164 pr_devinit(KERN_NOTICE DRIVER_NAME ": probing %d-bit flash bus\n", state->map.bankwidth * 8);
H A Dgpio-addr-flash.c222 state->map.bankwidth = pdata->width;
244 state->map.bankwidth * 8);
H A Doctagon-5066.c120 .bankwidth = 1,
131 .bankwidth = 1,
H A Dplat-ram.c181 info->map.bankwidth = pdata->bankwidth;
H A Dpxa2xx-flash.c71 info->map.bankwidth = flash->width;
93 " (%d-bit bankwidth)\n",
95 info->map.bankwidth * 8);
H A Drbtx4939-flash.c100 info->map.bankwidth = pdata->width;
H A Dsbc_gxx.c172 .bankwidth = 1,
H A Dscb2_flash.c68 .bankwidth = 1,
H A Dsun_uflash.c48 .bankwidth = UFLASH_BUSWIDTH,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boards/mach-rsk/
H A Dsetup.c69 .bankwidth = 2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dboard-cpuat91.c127 .bankwidth = 2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Dmach-nexcoder.c93 .bankwidth = 2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c91 .bankwidth = CONFIG_ETRAX_FLASH_BUSWIDTH,
107 .bankwidth = CONFIG_ETRAX_FLASH_BUSWIDTH,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Dvulcan-setup.c44 .bankwidth = 1,

Completed in 194 milliseconds

123