Searched refs:fld_cnt (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-medusa-video.c469 u32 fld_cnt = 0; local
496 fld_cnt = cx25821_i2c_read(&dev->i2c_bus[0], disp_cnt_reg, &tmp);
499 fld_cnt &= 0xFFFF0000;
500 fld_cnt |= duration;
502 fld_cnt &= 0x0000FFFF;
503 fld_cnt |= ((u32) duration) << 16;
506 cx25821_i2c_write(&dev->i2c_bus[0], disp_cnt_reg, fld_cnt);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_fdir.c226 * @fld_cnt: field counter
235 enum ice_flow_field *fld, int *fld_cnt)
250 fld[*fld_cnt] = fdir_inset_map[i].fld;
251 *fld_cnt += 1;
252 if (*fld_cnt >= ICE_FLOW_FIELD_IDX_MAX)
282 int fld_cnt = 0; local
290 ret = ice_vc_fdir_parse_flow_fld(hdr, conf, fld, &fld_cnt);
295 if (fld_cnt == 0) {
300 for (i = 0; i < fld_cnt; i++)
233 ice_vc_fdir_parse_flow_fld(struct virtchnl_proto_hdr *proto_hdr, struct virtchnl_fdir_fltr_conf *conf, enum ice_flow_field *fld, int *fld_cnt) argument

Completed in 197 milliseconds