Searched refs:flash_info (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dsst25l.c59 struct flash_info { struct
69 static struct flash_info __initdata sst25l_flash_info[] = {
338 static struct flash_info *__init sst25l_match_device(struct spi_device *spi)
340 struct flash_info *flash_info = NULL; local
370 flash_info = &sst25l_flash_info[i];
372 if (!flash_info)
375 return flash_info;
380 struct flash_info *flash_info; local
[all...]
H A Dm25p80.c577 struct flash_info { struct
600 ((kernel_ulong_t)&(struct flash_info) { \
611 ((kernel_ulong_t)&(struct flash_info) { \
731 struct flash_info *info;
773 struct flash_info *info;
H A Dmtd_dataflash.c724 struct flash_info { struct
742 static struct flash_info __devinitdata dataflash_data [] = {
777 static struct flash_info *__devinit jedec_probe(struct spi_device *spi)
783 struct flash_info *info;
864 struct flash_info *info;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dpxa3xx_nand.c120 const struct pxa3xx_nand_flash *flash_info; member in struct:pxa3xx_nand_info
414 const struct pxa3xx_nand_flash *f = info->flash_info;
466 const struct pxa3xx_nand_cmdset *cmdset = info->flash_info->cmdset;
703 const struct pxa3xx_nand_flash *flash_info = info->flash_info; local
704 const struct pxa3xx_nand_cmdset *cmdset = flash_info->cmdset;
928 const struct pxa3xx_nand_flash *f = info->flash_info;
995 info->flash_info = f;
1036 info->flash_info = &default_flash;
1180 const struct pxa3xx_nand_flash *f = info->flash_info;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbnx2.c4086 if (bp->flash_info->flags & BNX2_NV_WREN) {
4146 if (bp->flash_info->flags & BNX2_NV_BUFFERED)
4190 if (bp->flash_info->flags & BNX2_NV_TRANSLATE) {
4191 offset = ((offset / bp->flash_info->page_size) <<
4192 bp->flash_info->page_bits) +
4193 (offset % bp->flash_info->page_size);
4236 if (bp->flash_info->flags & BNX2_NV_TRANSLATE) {
4237 offset = ((offset / bp->flash_info->page_size) <<
4238 bp->flash_info->page_bits) +
4239 (offset % bp->flash_info
[all...]
H A Dbnx2.h6908 const struct flash_spec *flash_info; member in struct:bnx2

Completed in 224 milliseconds