coarse            239 drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c 	unsigned int fine, coarse;
coarse            244 drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c 	coarse = min(512, val / VV6410_CIF_LINELENGTH);
coarse            247 drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c 		  coarse, fine);
coarse            257 drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c 	err = stv06xx_write_sensor(sd, VV6410_COARSEH, coarse >> 8);
coarse            261 drivers/media/usb/gspca/stv06xx/stv06xx_vv6410.c 	err = stv06xx_write_sensor(sd, VV6410_COARSEL, coarse & 0xff);
coarse            179 drivers/net/ethernet/intel/e1000/e1000_hw.c 			u16 fused, fine, coarse;
coarse            192 drivers/net/ethernet/intel/e1000/e1000_hw.c 				coarse =
coarse            195 drivers/net/ethernet/intel/e1000/e1000_hw.c 				if (coarse >
coarse            197 drivers/net/ethernet/intel/e1000/e1000_hw.c 					coarse -=
coarse            200 drivers/net/ethernet/intel/e1000/e1000_hw.c 				} else if (coarse ==
coarse            207 drivers/net/ethernet/intel/e1000/e1000_hw.c 				    (coarse &
coarse            459 sound/soc/codecs/msm8916-wcd-analog.c 	u32 coarse, fine, reg_val, reg_addr;
coarse            489 sound/soc/codecs/msm8916-wcd-analog.c 		coarse = (vrefs[i] / 100);
coarse            491 sound/soc/codecs/msm8916-wcd-analog.c 		reg_val = (coarse << CDC_A_MBHC_BTN_VREF_COARSE_SHIFT) |