• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/

Lines Matching refs:FLASH_BASE

57 static volatile unsigned char *FLASH_BASE;
72 *(volatile unsigned char *) (FLASH_BASE + 0x8000) = 0x90;
74 c1 = *(volatile unsigned char *) FLASH_BASE;
81 c2 = *(volatile unsigned char *) (FLASH_BASE + 2);
83 c2 = *(volatile unsigned char *) (FLASH_BASE + 1);
90 *(volatile unsigned char *) (FLASH_BASE + 0x8000) = 0xFF;
146 ret = copy_to_user(buf, (void *)(FLASH_BASE + p), count);
363 c1 = *(volatile unsigned char *) (FLASH_BASE + 0x8000);
369 *(volatile unsigned char *) (FLASH_BASE + 0x8000) = 0x50;
375 pWritePtr = (unsigned char *) ((unsigned int) (FLASH_BASE + 0x8000 + (nBlock << 16)));
415 // *(volatile unsigned char*)(FLASH_BASE+0x8000) = 0xFF;
427 *(volatile unsigned char *) (FLASH_BASE + 0x8000) = 0x50;
436 pWritePtr = (unsigned char *) ((unsigned int) (FLASH_BASE + (nBlock << 16)));
469 pWritePtr = (unsigned char *) ((unsigned int) (FLASH_BASE + p));
494 c1 = *(volatile unsigned char *) (FLASH_BASE + 0x8000);
519 *(volatile unsigned char *) (FLASH_BASE + 0x10000) = 0x70;
532 c1 = *(volatile unsigned char *) (FLASH_BASE + 0x8000);
542 *(volatile unsigned char *) (FLASH_BASE + 0x8000) = 0x50;
553 *(volatile unsigned char *) (FLASH_BASE + 0x8000) = 0xFF;
564 *(volatile unsigned char *) (FLASH_BASE + 0x8000) = 0x50;
572 pWritePtr - FLASH_BASE);
590 pWritePtr - FLASH_BASE);
608 pWritePtr = (unsigned char *) ((unsigned int) (FLASH_BASE + p));
617 pWritePtr - FLASH_BASE, c1, c);
667 FLASH_BASE = ioremap(DC21285_FLASH, KFLASH_SIZE4);
668 if (!FLASH_BASE)
674 iounmap((void *)FLASH_BASE);
684 iounmap((void *)FLASH_BASE);
694 iounmap((void *)FLASH_BASE);