Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/
H A Dipu-di.c40 int cnt_up; member
168 (c->cnt_up >= 0x400) || in ipu_di_sync_config()
187 DI_SW_GEN1_CNT_UP(c->cnt_up); in ipu_di_sync_config()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/hyn_cst2xx/
H A Dhyn_cst2xx.c1136 u8 i, cnt_up, cnt_down; in cst2xx_ts_worker() local
1293 cnt_up = 0; in cst2xx_ts_worker()
1334 cnt_up++; in cst2xx_ts_worker()
1343 if((cnt_up>0) && (cnt_down==0)) in cst2xx_ts_worker()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dipu_disp.c210 int cnt_up, int cnt_down) in ipu_di_sync_config() argument
216 (cnt_up >= 0x400) || (cnt_down >= 0x400)) { in ipu_di_sync_config()
226 reg |= (cnt_down << 16) | cnt_up; in ipu_di_sync_config()