start_delay       340 drivers/gpu/drm/sun4i/sun4i_tcon.c 	u32 block_space, start_delay;
start_delay       382 drivers/gpu/drm/sun4i/sun4i_tcon.c 	start_delay = (mode->crtc_vtotal - mode->crtc_vdisplay - 10 - 1);
start_delay       383 drivers/gpu/drm/sun4i/sun4i_tcon.c 	start_delay = start_delay * mode->crtc_htotal * 149;
start_delay       384 drivers/gpu/drm/sun4i/sun4i_tcon.c 	start_delay = start_delay / (mode->crtc_clock / 1000) / 8;
start_delay       387 drivers/gpu/drm/sun4i/sun4i_tcon.c 		     SUN4I_TCON0_CPU_TRI2_START_DELAY(start_delay));
start_delay        42 sound/ppc/snd_ps3.c module_param_named(start_delay, snd_ps3_start_delay, uint, 0644);
start_delay        43 sound/ppc/snd_ps3.c MODULE_PARM_DESC(start_delay, "time to insert silent data in ms");
start_delay       521 sound/ppc/snd_ps3.c 	card->start_delay = snd_ps3_start_delay;
start_delay       592 sound/ppc/snd_ps3.c 						      card->start_delay) /
start_delay       964 sound/ppc/snd_ps3.c 	the_card.start_delay = snd_ps3_start_delay;
start_delay      1043 sound/ppc/snd_ps3.c 		the_card.card->longname, the_card.start_delay);
start_delay        87 sound/ppc/snd_ps3.h 	unsigned int start_delay;
start_delay       840 sound/soc/intel/atom/sst-atom-controls.c 		ctx->ssp_cmd.start_delay = 0;
start_delay       848 sound/soc/intel/atom/sst-atom-controls.c 		ctx->ssp_cmd.start_delay = 1;
start_delay       856 sound/soc/intel/atom/sst-atom-controls.c 		ctx->ssp_cmd.start_delay = 1;
start_delay       864 sound/soc/intel/atom/sst-atom-controls.c 		ctx->ssp_cmd.start_delay = 0;
start_delay       897 sound/soc/intel/atom/sst-atom-controls.c 	.start_delay = 0,
start_delay       921 sound/soc/intel/atom/sst-atom-controls.c 	ctx->ssp_cmd.start_delay = config->start_delay;
start_delay       505 sound/soc/intel/atom/sst-atom-controls.h 	u16 start_delay:8;		/* Start delay in terms of clock ticks */
start_delay       561 sound/soc/intel/atom/sst-atom-controls.h 	u8 start_delay;