Searched refs:FLASH_BASE (Results 1 – 1 of 1) 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 …]
Completed in 4 milliseconds