Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/api/gop/
H A DapiGOP.c7194 PST_GOP_MUX_CAP pstDrvMuxCap = (PST_GOP_MUX_CAP)pRet; in MApi_GOP_GetChipCaps() local
7200 stDrvMuxCapEx.u8MuxNumber=pstDrvMuxCap->u8MuxNumber; in MApi_GOP_GetChipCaps()
7201 for(u8num=0;u8num<pstDrvMuxCap->u8MuxNumber;u8num++) in MApi_GOP_GetChipCaps()
7203 stDrvMuxCapEx.pu8MuxProrityArray[u8num]=pstDrvMuxCap->pu8MuxProrityArray[u8num]; in MApi_GOP_GetChipCaps()
7205 stDrvMuxCapEx.bNewMux = pstDrvMuxCap->bNewMux; in MApi_GOP_GetChipCaps()
7206 stDrvMuxCapEx.bNeedSetMUX1ToIP0 = pstDrvMuxCap->bNeedSetMUX1ToIP0; in MApi_GOP_GetChipCaps()
7207 stDrvMuxCapEx.bNeedSetMUX3ToIP0 = pstDrvMuxCap->bNeedSetMUX3ToIP0; in MApi_GOP_GetChipCaps()
7218 pstDrvMuxCap->u8MuxNumber=stDrvMuxCapEx.u8MuxNumber; in MApi_GOP_GetChipCaps()
7221 pstDrvMuxCap->pu8MuxProrityArray[u8num]=stDrvMuxCapEx.pu8MuxProrityArray[u8num]; in MApi_GOP_GetChipCaps()
7223 pstDrvMuxCap->bNewMux = stDrvMuxCapEx.bNewMux; in MApi_GOP_GetChipCaps()
[all …]