Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c471 unsigned int half_length = length / 2; in omap_reverse_list() local
473 for (i = 0, j = length - 1; i < half_length; i++, j--) { in omap_reverse_list()