dsp_time           74 sound/drivers/vx/vx_pcm.c 			    unsigned int *dsp_time)
dsp_time           76 sound/drivers/vx/vx_pcm.c 	dsp_time[0] = (unsigned int)((*pc_time) >> 24) & PCX_TIME_HI_MASK;
dsp_time           77 sound/drivers/vx/vx_pcm.c 	dsp_time[1] = (unsigned int)(*pc_time) &  MASK_DSP_WORD;