Home
last modified time | relevance | path

Searched refs:enPorts (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_mux.c142 …E_MUX_INPUTPORT enPorts[4] = {INPUT_PORT_NONE_PORT, INPUT_PORT_NONE_PORT, INPUT_PORT_NONE_PORT, IN… in MDrv_XC_Mux_GetHDMIPort() local
153 MDrv_XC_Mux_GetPort(pInstance, src , enPorts , &u8Port_count ); in MDrv_XC_Mux_GetHDMIPort()
155 return (enPorts[0]); in MDrv_XC_Mux_GetHDMIPort()
161 E_MUX_INPUTPORT enPorts[3] ={INPUT_PORT_NONE_PORT, INPUT_PORT_NONE_PORT, INPUT_PORT_NONE_PORT}; in MDrv_XC_MUX_MapInputSourceToVDYMuxPORT() local
165 MDrv_XC_Mux_GetPort(pInstance, u8InputSourceType, enPorts , &u8Port_count ); in MDrv_XC_MUX_MapInputSourceToVDYMuxPORT()
171 u8Checksrc = enPorts[0]; in MDrv_XC_MUX_MapInputSourceToVDYMuxPORT()
176 u8Checksrc = enPorts[1]; in MDrv_XC_MUX_MapInputSourceToVDYMuxPORT()
H A Dmdrv_adc.c1184 E_MUX_INPUTPORT enPorts[3] = {INPUT_PORT_NONE_PORT, INPUT_PORT_NONE_PORT, INPUT_PORT_NONE_PORT}; in MDrv_XC_ADC_SetInputSource() local
1241 MDrv_XC_Mux_GetPort(pInstance, enInputSource[0] , enPorts , &u8Port_count ); in MDrv_XC_ADC_SetInputSource()
1242 …nstance, (ADC_INPUTSOURCE_TYPE)(adc_source_index[0] | adc_source_index[1]), enPorts, u8Port_count); in MDrv_XC_ADC_SetInputSource()
1250 MDrv_XC_Mux_GetPort(pInstance, enInputSource[0] , enPorts , &u8Port_count ); in MDrv_XC_ADC_SetInputSource()
1252 MDrv_XC_ADC_Set_Source(pInstance, adc_source_index[0], enPorts, u8Port_count); in MDrv_XC_ADC_SetInputSource()
H A Dmvideo.c7351 E_MUX_INPUTPORT enPorts[3] = {INPUT_PORT_NONE_PORT, INPUT_PORT_NONE_PORT, INPUT_PORT_NONE_PORT}; in _MApi_XC_Mux_SetPath() local
7356 MDrv_XC_Mux_GetPort(pInstance, enInputSourceType , enPorts , &u8Port_count ); in _MApi_XC_Mux_SetPath()
7369 MDrv_XC_mux_set_sync_port_by_dataport(pInstance, enPorts[0]); in _MApi_XC_Mux_SetPath()
7375 MDrv_XC_mux_dispatch(pInstance, enPorts[MS_U8index],(E_MUX_OUTPUTPORT)dest); in _MApi_XC_Mux_SetPath()
H A Dmvideo.c.07341 E_MUX_INPUTPORT enPorts[3] = {INPUT_PORT_NONE_PORT, INPUT_PORT_NONE_PORT, INPUT_PORT_NONE_PORT};
7346 MDrv_XC_Mux_GetPort(pInstance, enInputSourceType , enPorts , &u8Port_count );
7359 MDrv_XC_mux_set_sync_port_by_dataport(pInstance, enPorts[0]);
7364 //printf(" Port index: %d Port type: %d \n", MS_U8index ,enPorts[MS_U8index]);
7365 MDrv_XC_mux_dispatch(pInstance, enPorts[MS_U8index],(E_MUX_OUTPUTPORT)dest);