Home
last modified time | relevance | path

Searched refs:nlocks (Results 1 – 1 of 1) sorted by relevance

/u-boot/arch/arm/mach-at91/arm926ejs/
A Deflash.c67 u32 id, size, nplanes, planesize, nlocks; in flash_init() local
94 nlocks = readl(&eefc->frr); /* word 4+nplanes */ in flash_init()
95 debug("nlocks=%u\n", nlocks); in flash_init()
97 if (nlocks > CONFIG_SYS_MAX_FLASH_SECT) { in flash_init()
100 nlocks); in flash_init()
101 nlocks = CONFIG_SYS_MAX_FLASH_SECT; in flash_init()
104 flash_info[0].sector_count = nlocks; in flash_init()
108 for (i=0; i<nlocks; i++) { in flash_init()

Completed in 5 milliseconds