pc_time            73 sound/drivers/vx/vx_pcm.c static void vx_set_pcx_time(struct vx_core *chip, pcx_time_t *pc_time,
pc_time            76 sound/drivers/vx/vx_pcm.c 	dsp_time[0] = (unsigned int)((*pc_time) >> 24) & PCX_TIME_HI_MASK;
pc_time            77 sound/drivers/vx/vx_pcm.c 	dsp_time[1] = (unsigned int)(*pc_time) &  MASK_DSP_WORD;