Searched refs:bankwidth (Results 1 - 25 of 72) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dplat-ram.h27 int bankwidth; member in struct:platdata_mtd_ram
H A Dphysmap.h36 int bankwidth, void (*set_vpp)(struct map_info *, int) );
H A Dmap.h48 # define map_bankwidth(map) ((map)->bankwidth)
64 # define map_bankwidth(map) ((map)->bankwidth)
85 # define map_bankwidth(map) ((map)->bankwidth)
107 # define map_bankwidth(map) ((map)->bankwidth)
127 # define map_bankwidth(map) ((map)->bankwidth)
217 int bankwidth; /* in octets. This isn't necessarily the width member in struct:map_info
343 memcpy(r.x, ptr, map->bankwidth);
406 memcpy_fromio(r.x, map->virt+ofs, map->bankwidth);
426 memcpy_toio(map->virt+ofs, datum.x, map->bankwidth);
459 #define simple_map_init(map) BUG_ON(!map_bankwidth_supported((map)->bankwidth))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Ddbox2-flash.c68 .bankwidth = 4,
87 dbox2_flash_map.bankwidth = 2;
H A Dpcmciamtd.c64 static int bankwidth = 2; variable
84 module_param(bankwidth, int, 0);
85 MODULE_PARM_DESC(bankwidth, "Set bankwidth (1=8 bit, 2=16 bit, default=2)");
421 dev->pcmcia_map.bankwidth = t->geo[0].buswidth;
424 DEBUG(2, "region: %d bankwidth = %u", i, t->geo[i].buswidth);
460 if(!dev->pcmcia_map.bankwidth)
461 dev->pcmcia_map.bankwidth = 2;
468 if(bankwidth) {
469 dev->pcmcia_map.bankwidth
[all...]
H A Dsc520cdp.c90 .bankwidth = 4,
96 .bankwidth = 4,
102 .bankwidth = 1,
H A Dwr_sbc82xx_flash.c71 case 0x00000800: (map).bankwidth = 1; break; \
72 case 0x00001000: (map).bankwidth = 2; break; \
73 case 0x00001800: (map).bankwidth = 4; break; \
H A Dh720x-flash.c26 .bankwidth = 4,
82 // Probe for flash bankwidth 4
87 // Probe for bankwidth 2
88 h720x_map.bankwidth = 2;
H A Dimpa7.c43 .bankwidth = BUSWIDTH,
48 .bankwidth = BUSWIDTH,
H A Dsolutionengine.c27 .bankwidth = 4,
33 .bankwidth = 4,
H A Ddc21285.c160 /* Determine bankwidth */
163 dc21285_map.bankwidth = 1;
169 dc21285_map.bankwidth = 2;
175 dc21285_map.bankwidth = 4;
181 printk (KERN_ERR "DC21285 flash: undefined bankwidth\n");
184 printk (KERN_NOTICE "DC21285 flash support (%d-bit bankwidth)\n",
185 dc21285_map.bankwidth*8);
H A Dfortunet.c46 .bankwidth = 4,
107 " name,region-number[,base,size,bankwidth,altbankwidth]\n");
135 map_regions[params[1]].map_info.bankwidth = params[4];
235 map_regions[ix].altbankwidth!=map_regions[ix].map_info.bankwidth))
237 printk(KERN_NOTICE MTD_FORTUNET_PK "Trying alternate bankwidth "
240 map_regions[ix].map_info.bankwidth =
H A Dmap_funcs.c34 BUG_ON(!map_bankwidth_supported(map->bankwidth));
H A Dmbx860.c55 .bankwidth = 4,
H A Drpxlite.c22 .bankwidth = 4,
H A Dts5500_flash.c42 .bankwidth = 1,
H A Dbcm947xx-flash.c81 .bankwidth = BUSWIDTH
110 bcm947xx_map.bankwidth = 1;
H A Dscx200_docflash.c175 scx200_docflash_map.bankwidth = 1;
177 scx200_docflash_map.bankwidth = 2;
H A Dvmax301.c111 .bankwidth = 1,
123 .bankwidth = 1,
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))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/lpddr/
H A Dqinfo_probe.c62 int bankwidth = map_bankwidth(map) * 8; local
67 major = qinfo_array[i].major & ((1 << bankwidth) - 1);
68 minor = qinfo_array[i].minor & ((1 << bankwidth) - 1);
69 return minor | (major << bankwidth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cavium-octeon/
H A Dflash_setup.c57 flash_map.bankwidth = 1;

Completed in 61 milliseconds

123