Lines Matching full:flash
29 flash.c - Contains the functions for performing flash access including
32 including pointing the bus so it maps flash and memory.
46 currently suspended and the LPC bus maps the flash
49 currently suspended and the LPC bus maps the flash
60 access flash without the daemon interfering. The daemon will still respond to
62 flash.
79 don't let the host modify flash
87 them from flash should the host access them again in the future.
90 the window cache. When the host requests a flash offset the cache is searched
92 it at the correct LPC offset for that windows location and the requested flash
95 If there is no window in the cache which contains the requested flash offset
96 then we have to find one to load with the requested flash contents. If there are
98 evict using a least recently used (LRU) scheme. The flash is then copied into
101 When ever the flash is changed we have to invalidate all windows in the window
102 cache as their contents may no longer accurately reflect those of the flash.
115 --flash * - The size of the PNOR image on the flash device
133 After initilisation, the daemon points the LPC mapping to the actual flash
171 flash
181 the active window has been closed, points the LPC bus mapping back to flash,