Searched refs:flash (Results 1 - 25 of 175) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/favr-32/
H A DMakefile1 obj-y += setup.o flash.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/hammerhead/
H A DMakefile1 obj-y += setup.o flash.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/merisc/
H A DMakefile1 obj-y += setup.o flash.o display.o merisc_sysfs.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/mimc200/
H A DMakefile1 obj-y += setup.o flash.o fram.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dm25p80.c2 * MTD SPI driver for ST M25Pxx (and similar) serial flash chips
34 #include <linux/spi/flash.h>
45 #define OPCODE_CHIP_ERASE 0xc7 /* Erase whole flash chip */
104 static int read_sr(struct m25p *flash) argument
110 retval = spi_write_then_read(flash->spi, &code, 1, &val, 1);
113 dev_err(&flash->spi->dev, "error %d reading SR\n",
125 static int write_sr(struct m25p *flash, u8 val) argument
127 flash->command[0] = OPCODE_WRSR;
128 flash->command[1] = val;
130 return spi_write(flash
137 write_enable(struct m25p *flash) argument
147 write_disable(struct m25p *flash) argument
158 wait_till_ready(struct m25p *flash) argument
183 erase_chip(struct m25p *flash) argument
204 m25p_addr2cmd(struct m25p *flash, unsigned int addr, u8 *cmd) argument
212 m25p_cmdsz(struct m25p *flash) argument
223 erase_sector(struct m25p *flash, u32 offset) argument
257 struct m25p *flash = mtd_to_m25p(mtd); local
319 struct m25p *flash = mtd_to_m25p(mtd); local
383 struct m25p *flash = mtd_to_m25p(mtd); local
475 struct m25p *flash = mtd_to_m25p(mtd); local
772 struct m25p *flash; local
946 struct m25p *flash = dev_get_drvdata(&spi->dev); local
[all...]
H A Dsst25l.c30 #include <linux/spi/flash.h>
74 static int sst25l_status(struct sst25l_flash *flash, int *status) argument
90 err = spi_sync(flash->spi, &m);
98 static int sst25l_write_enable(struct sst25l_flash *flash, int enable) argument
104 err = spi_write(flash->spi, command, 1);
109 err = spi_write(flash->spi, command, 1);
115 err = spi_write(flash->spi, command, 2);
120 err = sst25l_status(flash, &status);
130 static int sst25l_wait_till_ready(struct sst25l_flash *flash) argument
137 err = sst25l_status(flash,
149 sst25l_erase_sector(struct sst25l_flash *flash, uint32_t offset) argument
175 struct sst25l_flash *flash = to_sst25l_flash(mtd); local
222 struct sst25l_flash *flash = to_sst25l_flash(mtd); local
275 struct sst25l_flash *flash = to_sst25l_flash(mtd); local
381 struct sst25l_flash *flash; local
474 struct sst25l_flash *flash = dev_get_drvdata(&spi->dev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2303/
H A DMakefile6 obj-y := unit-init.o smc91111.o flash.o leds.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/atngw100/
H A DMakefile1 obj-y += setup.o flash.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dflash.c0 /* flash.c: Allow mmap access to the OBP Flash, for OBP updates.
33 } flash; variable in typeref:struct:__anon14110
44 if (flash.read_base == flash.write_base) {
45 addr = flash.read_base;
46 size = flash.read_size;
54 addr = flash.read_base;
55 size = flash.read_size;
57 addr = flash.write_base;
58 size = flash
[all...]
H A DMakefile14 obj-$(CONFIG_OBP_FLASH) += flash.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A DMakefile11 obj-$(CONFIG_MTD_ARM_INTEGRATOR)+= integrator-flash.o
21 obj-$(CONFIG_MTD_PXA2XX) += pxa2xx-flash.o
28 obj-$(CONFIG_MTD_PMC_MSP_EVM) += pmcmsp-flash.o
32 obj-$(CONFIG_MTD_SA1100) += sa1100-flash.o
40 obj-$(CONFIG_MTD_DBOX2) += dbox2-flash.o
50 obj-$(CONFIG_MTD_H720X) += h720x-flash.o
57 obj-$(CONFIG_MTD_BFIN_ASYNC) += bfin-async-flash.o
58 obj-$(CONFIG_MTD_RBTX4939) += rbtx4939-flash.o
59 obj-$(CONFIG_MTD_VMU) += vmu-flash.o
60 obj-$(CONFIG_MTD_GPIO_ADDR) += gpio-addr-flash
[all...]
H A Dpxa2xx-flash.c25 #include <asm/mach/flash.h>
56 struct flash_platform_data *flash = pdev->dev.platform_data; local
70 info->map.name = (char *) flash->name;
71 info->map.bankwidth = flash->width;
74 info->parts = flash->parts;
75 info->nr_parts = flash->nr_parts;
97 info->mtd = do_map_probe(flash->map_name, &info->map);
165 .name = "pxa2xx-flash",
H A Dbcm947xx-flash.c18 * $Id: bcm947xx-flash.c,v 1.6 2009-07-27 07:34:33 $
59 /* e.g., flash=2M or flash=4M */
60 static int flash = 0; variable
61 module_param(flash, int, 0);
65 flash = memparse(str, &str);
68 __setup("flash=", bcm947xx_setup);
79 .name = "Physically mapped flash",
150 size = flash ? : bcm947xx_mtd->size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Donenand_sim.c70 #define ONENAND_CORE(flash) (flash->data)
71 #define ONENAND_CORE_SPARE(flash, this, offset) \
72 ((flash->data) + (this->chipsize) + (offset >> 5))
111 struct onenand_flash flash; member in struct:onenand_info
264 struct onenand_flash *flash = this->priv; local
295 src = ONENAND_CORE(flash) + offset;
305 src = ONENAND_CORE_SPARE(flash, this, offset);
312 dest = ONENAND_CORE(flash) + offset;
335 dest = ONENAND_CORE_SPARE(flash, thi
447 flash_init(struct onenand_flash *flash) argument
492 flash_exit(struct onenand_flash *flash) argument
550 struct onenand_flash *flash = this->priv; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/atstk1000/
H A DMakefile1 obj-y += setup.o flash.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/spectra/
H A DMakefile6 spectra-y := ffsport.o flash.o lld.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mb93090-mb00/
H A DMakefile15 obj-$(CONFIG_MTD) += flash.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dnand_init.S5 ## The bootrom copies data from the NAND flash to the internal RAM but
7 ## code copies more data from NAND flash to internal RAM. Obvioulsy this
11 ## The bootrom copies the first 127 KB from NAND flash to internal
18 ## The bootrom also incorrectly assumes that it can read the flash
19 ## linear with only one read command but the flash will actually
41 ;; GPIO pins connected to NAND flash
47 ;; Address space for NAND flash
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Dgoramo_mlr.c17 #include <asm/mach/flash.h>
53 /* offsets from start of flash ROM = 0x50000000 */
337 static inline u8 __init flash_readb(u8 __iomem *flash, u32 addr) argument
340 return __raw_readb(flash + addr);
342 return __raw_readb(flash + (addr ^ 3));
346 static inline u16 __init flash_readw(u8 __iomem *flash, u32 addr) argument
349 return __raw_readw(flash + addr);
351 return __raw_readw(flash + (addr ^ 2));
357 u8 __iomem *flash; local
358 int i, devices = 1; /* flash */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dgeneric.h34 void sa11x0_register_mtd(struct flash_platform_data *flash,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_sds.c535 d = asd_read_reg_byte(asd_ha, asd_ha->hw_prof.flash.bar);
536 d ^= asd_read_reg_byte(asd_ha, asd_ha->hw_prof.flash.bar);
551 asd_write_reg_byte(asd_ha, asd_ha->hw_prof.flash.bar, FLASH_RESET);
560 asd_read_reg_string(asd_ha, buffer, asd_ha->hw_prof.flash.bar+offs,
566 * asd_find_flash_dir - finds and reads the flash directory
568 * @flash_dir: pointer to flash directory structure
570 * If found, the flash directory segment will be copied to
582 asd_ha->hw_prof.flash.dir_offs = v;
599 &asd_ha->hw_prof.flash.bar)) {
604 asd_ha->hw_prof.flash
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-pxa/include/plat/
H A Dpxa3xx_nand.h39 uint32_t dfc_width; /* Width of flash controller(DWIDTH_C) */
46 /* the data flash bus is shared between the Static Memory
58 const struct pxa3xx_nand_flash * flash; member in struct:pxa3xx_nand_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/compressed/
H A Dhead_v10.S58 ;; in the flash (since we wont try to copy it to DRAM
59 ;; before unpacking). It is at _edata, but in flash.
65 move.d $r5, $r0 ; save for later - flash address of 'basse'
67 sub.d basse, $r5 ; $r5 = flash address of '_edata'
103 ;; when mounting from flash
105 move.d [input_data], $r9 ; flash address of compressed kernel
H A Dhead_v32.S49 ;; It is either in [NOR] flash (we don't want to copy it
51 ;; by the [NAND] flash boot loader.
62 sub.d hereami, $r5 ; r5 = flash address of '_edata'
112 ;; when mounting from flash
114 move.d [$r0], $r9 ; flash address of compressed kernel
118 blo enter_kernel ; no, must be [NOR] flash, jump
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dvpx.mak20 fate-vp6a: CMD = framecrc -i $(SAMPLES)/flash-vp6/300x180-Scr-f8-056alpha.flv
23 fate-vp6f: CMD = framecrc -i $(SAMPLES)/flash-vp6/clip1024.flv

Completed in 820 milliseconds

1234567