Searched refs:cnt64h (Results 1 – 1 of 1) sorted by relevance
87 uint32_t cnt64h, cnt64h_check, cnt64l; in npcx_itim_get_sys_cyc64() local93 cnt64h = sys_tmr->ITCNT64H; in npcx_itim_get_sys_cyc64()94 } while (cnt64h != cnt64h_check); in npcx_itim_get_sys_cyc64()96 cnt64h = NPCX_ITIM64_MAX_HALF_CNT - cnt64h; in npcx_itim_get_sys_cyc64()101 return ((((uint64_t)cnt64h) << 32) | cnt64l) + in npcx_itim_get_sys_cyc64()104 return (((uint64_t)cnt64h) << 32) | cnt64l; in npcx_itim_get_sys_cyc64()