Home
last modified time | relevance | path

Searched refs:MS_U8index (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmvideo.c7352 MS_U8 MS_U8index = 0 ; in _MApi_XC_Mux_SetPath() local
7372 for ( ; MS_U8index < u8Port_count ; MS_U8index++ ) 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.07342 MS_U8 MS_U8index = 0 ;
7362 for ( ; MS_U8index < u8Port_count ; MS_U8index++ )
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);