Searched refs:FLASH_CYCLE1 (Results 1 – 1 of 1) sorted by relevance
24 #define FLASH_CYCLE1 0x5555 macro135 addr[FLASH_CYCLE1] = (FPWV) 0x00AA00AA; /* for Atmel, Intel ignores this */ in flash_get_size()137 addr[FLASH_CYCLE1] = (FPWV) 0x00900090; /* selects Intel or Atmel */ in flash_get_size()229 addr[FLASH_CYCLE1] = 0x00AA; /* unlock */ in flash_erase()231 addr[FLASH_CYCLE1] = 0x0080; /* erase mode */ in flash_erase()232 addr[FLASH_CYCLE1] = 0x00AA; /* unlock */ in flash_erase()286 base[FLASH_CYCLE1] = 0x00AA; /* unlock */ in flash_erase()288 base[FLASH_CYCLE1] = 0x0080; /* erase mode */ in flash_erase()289 base[FLASH_CYCLE1] = 0x00AA; /* unlock */ in flash_erase()418 base[FLASH_CYCLE1] = (u8) 0x00AA00AA; /* unlock */ in write_word()[all …]
Completed in 3 milliseconds