Searched refs:bankwidth (Results 51 - 75 of 144) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mtd/maps/
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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/boards/mach-rsk/
H A Dsetup.c69 .bankwidth = 2,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mtd/maps/
H A Damd76xrom.c208 for(map->map.bankwidth = 32; map->map.bankwidth;
209 map->map.bankwidth >>= 1)
213 if (!map_bankwidth_supported(map->map.bankwidth))
H A Dautcpu12-nvram.c40 .bankwidth = 4,
H A Dcfi_flagadm.c61 .bankwidth = 2,
H A Dck804xrom.c239 for(map->map.bankwidth = 32; map->map.bankwidth;
240 map->map.bankwidth >>= 1)
244 if (!map_bankwidth_supported(map->map.bankwidth))
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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/boards/mach-rsk/
H A Dsetup.c69 .bankwidth = 2,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-at91/
H A Dboard-cpuat91.c127 .bankwidth = 2,

Completed in 143 milliseconds

123456