Searched refs:FLASH_BASE (Results 1 – 4 of 4) sorted by relevance
57 static volatile unsigned char *FLASH_BASE; variable70 *(volatile unsigned char *) (FLASH_BASE + 0x8000) = 0x90; in get_flash_id()72 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()88 *(volatile unsigned char *) (FLASH_BASE + 0x8000) = 0xFF; in get_flash_id()137 ret = simple_read_from_buffer(buf, size, ppos, (void *)FLASH_BASE, gbFlashSize); in flash_read()307 c1 = *(volatile unsigned char *) (FLASH_BASE + 0x8000); in erase_block()313 *(volatile unsigned char *) (FLASH_BASE + 0x8000) = 0x50; in erase_block()319 pWritePtr = (unsigned char *) ((unsigned int) (FLASH_BASE + 0x8000 + (nBlock << 16))); in erase_block()[all …]
55 #define FLASH_BASE 0xfff00000 macro112 if (!pflash_cfi01_register(FLASH_BASE | ((hwaddr)FLASH_BASE_H << 32), in sam460ex_load_uboot()
47 #define FLASH_BASE 0x00000000 macro
86 #define FLASH_BASE 0x10000000 /* NOR flash, */ macro