Searched refs:countH (Results 1 – 2 of 2) sorted by relevance
20 static void cpuxgpt_set_init_cnt(unsigned int countH, unsigned int countL) in cpuxgpt_set_init_cnt() argument22 write_cpuxgpt(INDEX_CNT_H_INIT, countH); in cpuxgpt_set_init_cnt()
145 uint32 countH = (repeatH + tileSize.h - 1) / tileSize.h; in FindTileSize() local148 tileSize.h = (repeatH + countH - 1) / countH; in FindTileSize()