Lines Matching refs:enChannel

100 static en_result_t VcEnableIrq(en_vc_channel_t enChannel, boolean_t bFlag);
124 static en_result_t VcEnableIrq(en_vc_channel_t enChannel, boolean_t bFlag) in VcEnableIrq() argument
126 if (VcChannel0 == enChannel) in VcEnableIrq()
139 else if (VcChannel1 == enChannel) in VcEnableIrq()
238 en_result_t Vc_ConfigIrq(en_vc_channel_t enChannel, en_vc_irq_sel_t enSel) in Vc_ConfigIrq() argument
243 if (VcChannel0 == enChannel) in Vc_ConfigIrq()
247 else if (VcChannel1 == enChannel) in Vc_ConfigIrq()
286 boolean_t Vc_GetStat(en_vc_channel_t enChannel, en_vc_stat_t enStat) in Vc_GetStat() argument
290 ASSERT( IS_VALID_CHANNEL(enChannel) ); in Vc_GetStat()
293 if (VcChannel0 == enChannel) in Vc_GetStat()
333 void Vc_ClearIrq(en_vc_channel_t enChannel) in Vc_ClearIrq() argument
335 ASSERT( IS_VALID_CHANNEL(enChannel) ); in Vc_ClearIrq()
337 if (VcChannel0 == enChannel) in Vc_ClearIrq()
356 en_result_t Vc_EnableIrq(en_vc_channel_t enChannel) in Vc_EnableIrq() argument
358 return VcEnableIrq(enChannel, TRUE); in Vc_EnableIrq()
370 en_result_t Vc_DisableIrq(en_vc_channel_t enChannel) in Vc_DisableIrq() argument
372 return VcEnableIrq(enChannel, FALSE); in Vc_DisableIrq()
431 en_result_t Vc_ChannelInit(en_vc_channel_t enChannel, in Vc_ChannelInit() argument
443 if (VcChannel0 == enChannel) in Vc_ChannelInit()
472 else if (VcChannel1 == enChannel) in Vc_ChannelInit()
518 en_result_t Vc_ChannelDeInit(en_vc_channel_t enChannel) in Vc_ChannelDeInit() argument
520 if (VcChannel0 == enChannel) in Vc_ChannelDeInit()
536 else if (VcChannel1 == enChannel) in Vc_ChannelDeInit()
569 en_result_t Vc_EnableChannel(en_vc_channel_t enChannel) in Vc_EnableChannel() argument
571 if (VcChannel0 == enChannel) in Vc_EnableChannel()
575 else if (VcChannel1 == enChannel) in Vc_EnableChannel()
596 en_result_t Vc_DisableChannel(en_vc_channel_t enChannel) in Vc_DisableChannel() argument
598 if (VcChannel0 == enChannel) in Vc_DisableChannel()
602 else if (VcChannel1 == enChannel) in Vc_DisableChannel()
623 en_result_t Vc_EnableFilter(en_vc_channel_t enChannel) in Vc_EnableFilter() argument
625 if (VcChannel0 == enChannel) in Vc_EnableFilter()
629 else if (VcChannel1 == enChannel) in Vc_EnableFilter()
650 en_result_t Vc_DisableFilter(en_vc_channel_t enChannel) in Vc_DisableFilter() argument
652 if (VcChannel0 == enChannel) in Vc_DisableFilter()
656 else if (VcChannel1 == enChannel) in Vc_DisableFilter()