Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_mux.c143 MS_U8 u8Port_count = 0; in MDrv_XC_Mux_GetHDMIPort() local
153 MDrv_XC_Mux_GetPort(pInstance, src , enPorts , &u8Port_count ); in MDrv_XC_Mux_GetHDMIPort()
162 MS_U8 u8Port_count = 0; in MDrv_XC_MUX_MapInputSourceToVDYMuxPORT() local
165 MDrv_XC_Mux_GetPort(pInstance, u8InputSourceType, enPorts , &u8Port_count ); in MDrv_XC_MUX_MapInputSourceToVDYMuxPORT()
H A Dmdrv_adc.c1185 MS_U8 u8Port_count = 0; 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.c7350 MS_U8 u8Port_count = 0; in _MApi_XC_Mux_SetPath() local
7356 MDrv_XC_Mux_GetPort(pInstance, enInputSourceType , enPorts , &u8Port_count ); in _MApi_XC_Mux_SetPath()
7367 if ( IsSrcTypeVga(enInputSourceType) && u8Port_count == 1) in _MApi_XC_Mux_SetPath()
7372 for ( ; MS_U8index < u8Port_count ; MS_U8index++ ) in _MApi_XC_Mux_SetPath()
H A Dmvideo.c.07340 MS_U8 u8Port_count = 0;
7346 MDrv_XC_Mux_GetPort(pInstance, enInputSourceType , enPorts , &u8Port_count );
7357 if ( IsSrcTypeVga(enInputSourceType) && u8Port_count == 1)
7362 for ( ; MS_U8index < u8Port_count ; MS_U8index++ )