Lines Matching full:blocks

170  * RESP[1:2]: Default read window size (number of blocks)
171 * RESP[3:4]: Default write window size (number of blocks)
178 * RESP[1:2]: Default read window size (number of blocks)
179 * RESP[3:4]: Default write window size (number of blocks)
222 * RESP[0:1]: Flash Size (number of blocks)
223 * RESP[2:3]: Erase Size (number of blocks)
307 * ARGS[0:1]: Window Location as Offset into Flash (number of blocks)
309 * RESP[0:1]: LPC bus address for host to access this window (number of blocks)
312 * ARGS[0:1]: Window Location as Offset into Flash (number of blocks)
313 * ARGS[2:3]: Requested window size (number of blocks)
315 * RESP[0:1]: LPC bus address for host to access this window (number of blocks)
316 * RESP[2:3]: Actual window size that the host can access (number of blocks)
332 * ARGS[0:1]: Window Location as Offset into Flash (number of blocks)
334 * RESP[0:1]: LPC bus address for host to access this window (number of blocks)
337 * ARGS[0:1]: Window Location as Offset into Flash (number of blocks)
338 * ARGS[2:3]: Requested window size (number of blocks)
340 * RESP[0:1]: LPC bus address for host to access this window (number of blocks)
341 * RESP[2:3]: Actual window size that was mapped/host can access (n.o. blocks)
358 * ARGS[0:1]: Where within flash to start (number of blocks)
362 * ARGS[0:1]: Where within window to start (number of blocks)
363 * ARGS[2:3]: Number to mark dirty (number of blocks)
392 * ARGS[0:1]: Where within window to start (number of blocks)
393 * ARGS[2:3]: Number to erase (number of blocks)
414 * Flushes any dirty or erased blocks in the current window back to the backing
417 * takes an offset and number of blocks to dirty, then also performs a flush as
418 * part of the same command. For V2 this will only flush blocks already marked
423 * ARGS[0:1]: Where within window to start (number of blocks)