Searched refs:eefc (Results 1 – 1 of 1) sorted by relevance
63 at91_eefc_t *eefc = (at91_eefc_t *) ATMEL_BASE_EEFC; in flash_init() local82 id = readl(&eefc->frr); /* word 0 */ in flash_init()83 size = readl(&eefc->frr); /* word 1 */ in flash_init()84 pagesize = readl(&eefc->frr); /* word 2 */ in flash_init()85 nplanes = readl(&eefc->frr); /* word 3 */ in flash_init()86 planesize = readl(&eefc->frr); /* word 4 */ in flash_init()92 nlocks = readl(&eefc->frr); /* word 4+nplanes */ in flash_init()107 tmp = readl(&eefc->frr); /* words 4+nplanes+1.. */ in flash_init()119 tmp = readl(&eefc->frr); in flash_init()183 tmp = readl(&eefc->frr); in flash_real_protect()[all …]