Searched refs:count_l (Results 1 – 3 of 3) sorted by relevance
278 u32 count_l; in fm10k_read_hw_stats_48b() local288 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()
342 int count_l, count_m; in stc3117_task() local413 regmap_read(data->regmap, STC3117_ADDR_COUNTER_L, &count_l); in stc3117_task()416 count_m = (count_m << 8) + count_l; in stc3117_task()
193 unsigned int cur_idx, unsigned int pkt_len, unsigned int count_l, in t7xx_setup_msg_drb() argument203 drb->msg.msg_hdr = cpu_to_le32(FIELD_PREP(DRB_MSG_COUNT_L, count_l) | in t7xx_setup_msg_drb()