Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_flash.h166 bool half_length; member
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Domap_gpmc.c472 unsigned int half_length = length / 2; in omap_reverse_list() local
474 for (i = 0, j = length - 1; i < half_length; i++, j--) { in omap_reverse_list()