Searched refs:FLASH_BASE (Results 1 – 2 of 2) sorted by relevance
57 static volatile unsigned char *FLASH_BASE; variable72 c1 = *(volatile unsigned char *) FLASH_BASE; in get_flash_id()79 c2 = *(volatile unsigned char *) (FLASH_BASE + 2); in get_flash_id()81 c2 = *(volatile unsigned char *) (FLASH_BASE + 1); in get_flash_id()510 pWritePtr - FLASH_BASE); in write_block()520 pWritePtr - FLASH_BASE); in write_block()541 pWritePtr - FLASH_BASE, c1, c); in write_block()592 if (!FLASH_BASE) in nwflash_init()598 iounmap((void *)FLASH_BASE); in nwflash_init()608 iounmap((void *)FLASH_BASE); in nwflash_init()[all …]
242 #define FLASH_BASE 0xa0c00000 macro244 #define BIA_BASE (FLASH_BASE+0x0001c000) /* Flash Sector 7 */
Completed in 9 milliseconds