Searched refs:FLASH_BASE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dnwflash.c58 static volatile unsigned char *FLASH_BASE; variable
71 *(volatile unsigned char *) (FLASH_BASE + 0x8000) = 0x90;
73 c1 = *(volatile unsigned char *) FLASH_BASE;
80 c2 = *(volatile unsigned char *) (FLASH_BASE + 2);
82 c2 = *(volatile unsigned char *) (FLASH_BASE + 1);
89 *(volatile unsigned char *) (FLASH_BASE + 0x8000) = 0xFF;
138 ret = simple_read_from_buffer(buf, size, ppos, (void *)FLASH_BASE, gbFlashSize);
350 c1 = *(volatile unsigned char *) (FLASH_BASE + 0x8000);
356 *(volatile unsigned char *) (FLASH_BASE + 0x8000) = 0x50;
362 pWritePtr = (unsigned char *) ((unsigned int) (FLASH_BASE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Ddilnetpc.c65 #define FLASH_BASE 0x2000000 macro
250 #define WINDOW_ADDR FLASH_BASE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dambassador.h256 #define FLASH_BASE 0xa0c00000 macro
258 #define BIA_BASE (FLASH_BASE+0x0001c000) /* Flash Sector 7 */

Completed in 83 milliseconds