Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/mediatek/mt8173/drivers/timer/
Dmt_cpuxgpt.c20 static void cpuxgpt_set_init_cnt(unsigned int countH, unsigned int countL) in cpuxgpt_set_init_cnt() argument
22 write_cpuxgpt(INDEX_CNT_H_INIT, countH); in cpuxgpt_set_init_cnt()
/external/dng_sdk/source/
Ddng_area_task.cpp145 uint32 countH = (repeatH + tileSize.h - 1) / tileSize.h; in FindTileSize() local
148 tileSize.h = (repeatH + countH - 1) / countH; in FindTileSize()