Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/iproc-common/
H A Dtimer.c17 uint32_t count_l; in timer_global_read() local
22 count_l = readl(IPROC_PERIPH_GLB_TIM_REG_BASE + in timer_global_read()
28 return (cur_tick << 32) + count_l; in timer_global_read()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.c278 u32 count_l; in fm10k_read_hw_stats_48b() local
288 count_l = fm10k_read_reg(hw, addr); in fm10k_read_hw_stats_48b()
292 delta = ((u64)(count_h - stat->base_h) << 32) + count_l; in fm10k_read_hw_stats_48b()