Home
last modified time | relevance | path

Searched refs:u16Fmodulation (Results 1 – 25 of 82) sorted by relevance

1234

/utopia/UTPA2-700.0.x/modules/miu/drv/miu/
H A DdrvMIU.c376 MS_BOOL _MDrv_MIU_SetSsc(MS_U16 u16Fmodulation, in _MDrv_MIU_SetSsc() argument
380 return HAL_MIU_SetSsc(0, u16Fmodulation, u16FDeviation, bEnable); in _MDrv_MIU_SetSsc()
395 MS_U16 u16Fmodulation, in _MDrv_MIU_SetSscValue() argument
399 return HAL_MIU_SetSsc(u8MiuDev, u16Fmodulation, u16FDeviation, bEnable); in _MDrv_MIU_SetSscValue()
903 MS_BOOL MDrv_MIU_SetSsc(MS_U16 u16Fmodulation, MS_U16 u16FDeviation,MS_BOOL bEnable) in MDrv_MIU_SetSsc() argument
913 pMIUSetSsc->u16Fmodulation = u16Fmodulation; in MDrv_MIU_SetSsc()
935 MS_BOOL MDrv_MIU_SetSscValue(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL b… in MDrv_MIU_SetSscValue() argument
946 pMIUSetSscValue->u16Fmodulation = u16Fmodulation; in MDrv_MIU_SetSscValue()
/utopia/UTPA2-700.0.x/modules/xc/drv/pnl/
H A DdrvPNL.c1043 PNL_Result MDrv_PNL_SetSSC(void *pInstance, MS_U16 u16Fmodulation, MS_U16 u16Rdeviation, MS_BOOL bE… in MDrv_PNL_SetSSC() argument
1054 if(u16Fmodulation < 200 || u16Fmodulation > 400) in MDrv_PNL_SetSSC()
1055 u16Fmodulation = 300; in MDrv_PNL_SetSSC()
1056 …u16Span =(((((MS_U64)LVDS_MPLL_CLOCK_MHZ*LVDS_SPAN_FACTOR ) / (u16Fmodulation) ) * 10000) / ((MS_U… in MDrv_PNL_SetSSC()
1079 PNL_Result MDrv_PNL_SetOSDSSC(void *pInstance, MS_U16 u16Fmodulation, MS_U16 u16Rdeviation, MS_BOOL… in MDrv_PNL_SetOSDSSC() argument
1081 MHal_PNL_SetOSDSSC(pInstance, u16Fmodulation, u16Rdeviation, bEnable); in MDrv_PNL_SetOSDSSC()
1376 void MDrv_PNL_SetSSC_Fmodulation(void *pInstance, MS_U16 u16Fmodulation) in MDrv_PNL_SetSSC_Fmodulation() argument
1387 u64Span = (((MS_U64)LVDS_MPLL_CLOCK_MHZ*LVDS_SPAN_FACTOR)/(u16Fmodulation) ) * 10000; in MDrv_PNL_SetSSC_Fmodulation()
1397 void MDrv_PNL_SetOSDSSC_Fmodulation(void *pInstance, MS_U16 u16Fmodulation) in MDrv_PNL_SetOSDSSC_Fmodulation() argument
1407 u64Span = (((MS_U64)LVDS_MPLL_CLOCK_MHZ*LVDS_SPAN_FACTOR)/(u16Fmodulation) ) * 10000; in MDrv_PNL_SetOSDSSC_Fmodulation()
H A DdrvPNL.h503 DRV_PNL_INTERFACE PNL_Result MDrv_PNL_SetSSC(void *pInstance, MS_U16 u16Fmodulation, MS_U16 u16Rdev…
510 DRV_PNL_INTERFACE void MDrv_PNL_SetSSC_Fmodulation(void *pInstance, MS_U16 u16Fmodulation);
514 DRV_PNL_INTERFACE void MDrv_PNL_SetOSDSSC_Fmodulation(void *pInstance, MS_U16 u16Fmodulation);
/utopia/UTPA2-700.0.x/modules/xc/api/pnl/
H A DapiPNL.c2965 APIPNL_Result MApi_PNL_SetSSC_Fmodulation_U2(void *pInstance, MS_U16 u16Fmodulation) in MApi_PNL_SetSSC_Fmodulation_U2() argument
2968 if(u16Fmodulation) in MApi_PNL_SetSSC_Fmodulation_U2()
2972 MDrv_PNL_SetSSC_Fmodulation(pInstance, u16Fmodulation); in MApi_PNL_SetSSC_Fmodulation_U2()
2985 APIPNL_Result MApi_PNL_SetSSC_Fmodulation(MS_U16 u16Fmodulation) in MApi_PNL_SetSSC_Fmodulation() argument
2998 PNLArgs.u16Fmodulation = u16Fmodulation; in MApi_PNL_SetSSC_Fmodulation()
3010 return MApi_PNL_SetSSC_Fmodulation_U2(pu32PNLInst, u16Fmodulation); in MApi_PNL_SetSSC_Fmodulation()
3100 APIPNL_Result MApi_PNL_SetOSDSSC_Fmodulation_U2(void *pInstance, MS_U16 u16Fmodulation) in MApi_PNL_SetOSDSSC_Fmodulation_U2() argument
3103 if(u16Fmodulation) in MApi_PNL_SetOSDSSC_Fmodulation_U2()
3107 MDrv_PNL_SetOSDSSC_Fmodulation(pInstance, u16Fmodulation); in MApi_PNL_SetOSDSSC_Fmodulation_U2()
3120 APIPNL_Result MApi_PNL_SetOSDSSC_Fmodulation(MS_U16 u16Fmodulation) in MApi_PNL_SetOSDSSC_Fmodulation() argument
[all …]
H A DapiPNL_EX.c144 void _SetSSC(const PNL_DeviceId *pPNL_DeviceId, MS_U16 u16Fmodulation, MS_U16 u16Rdeviation, MS_BOO… in _SetSSC() argument
157 PNLArgs.u16Fmodulation = u16Fmodulation; in _SetSSC()
1594 int MApi_PNL_EX_SetSSC_Fmodulation(const PNL_DeviceId *pPNL_DeviceId, MS_U16 u16Fmodulation) in MApi_PNL_EX_SetSSC_Fmodulation() argument
1607 PNLArgs.u16Fmodulation = u16Fmodulation; in MApi_PNL_EX_SetSSC_Fmodulation()
H A DPNL_private.h376 APIPNL_Result MApi_PNL_SetSSC_Fmodulation_U2(void *pInstance, MS_U16 u16Fmodulation);
379 APIPNL_Result MApi_PNL_SetOSDSSC_Fmodulation_U2(void *pInstance, MS_U16 u16Fmodulation);
401 void MApi_PNL_SetSSC_U2(void* pInstance, MS_U16 u16Fmodulation, MS_U16 u16Rdeviation, MS_BOOL bEnab…
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiPNL.h536 … void ( * const SetSSC ) ( MS_U16 u16Fmodulation, MS_U16 u16Rdeviation, MS_BOOL bEnable ) ;
537 … void ( * const SetOSDSSC ) ( MS_U16 u16Fmodulation, MS_U16 u16Rdeviation, MS_BOOL bEnable ) ;
1120 APIPNL_Result MApi_PNL_SetSSC_Fmodulation(MS_U16 u16Fmodulation);
1143 APIPNL_Result MApi_PNL_SetOSDSSC_Fmodulation(MS_U16 u16Fmodulation);
1285 void MApi_PNL_SetSSC(MS_U16 u16Fmodulation, MS_U16 u16Rdeviation, MS_BOOL bEnable);
H A DapiPNL_v2.h390 MS_U16 u16Fmodulation; member
408 MS_U16 u16Fmodulation; member
536 MS_U16 u16Fmodulation; member
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiPNL.h475 … void ( * const SetSSC ) ( MS_U16 u16Fmodulation, MS_U16 u16Rdeviation, MS_BOOL bEnable ) ;
476 … void ( * const SetOSDSSC ) ( MS_U16 u16Fmodulation, MS_U16 u16Rdeviation, MS_BOOL bEnable ) ;
1028 APIPNL_Result MApi_PNL_SetSSC_Fmodulation(MS_U16 u16Fmodulation);
1178 void MApi_PNL_SetSSC(MS_U16 u16Fmodulation, MS_U16 u16Rdeviation, MS_BOOL bEnable);
H A DapiPNL_v2.h375 MS_U16 u16Fmodulation; member
393 MS_U16 u16Fmodulation; member
513 MS_U16 u16Fmodulation; member
/utopia/UTPA2-700.0.x/modules/miu/hal/curry/miu/
H A DhalMIU.c973 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1003 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1015 …HAL_MIU_SSC_DBG(printf("---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u… in HAL_MIU_SetSsc()
1047 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/maldives/miu/
H A DhalMIU.c1155 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1187 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1199 …HAL_MIU_SSC_DBG(printf("---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u… in HAL_MIU_SetSsc()
1231 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/M7621/miu/
H A DhalMIU.c1237 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1261 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1273 …HAL_MIU_SSC_DBG(printf("---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u… in HAL_MIU_SetSsc()
1305 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/maxim/miu/
H A DhalMIU.c1231 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1255 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1267 …HAL_MIU_SSC_DBG(printf("---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u… in HAL_MIU_SetSsc()
1299 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/k6/miu/
H A DhalMIU.c1405 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1432 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1444 …HAL_MIU_SSC_DBG(printf("---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u… in HAL_MIU_SetSsc()
1476 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/mooney/miu/
H A DhalMIU.c1310 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1342 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1354 …HAL_MIU_SSC_DBG(printf("---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u… in HAL_MIU_SetSsc()
1386 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/kano/miu/
H A DhalMIU.c1405 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1432 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1444 …HAL_MIU_SSC_DBG(printf("---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u… in HAL_MIU_SetSsc()
1476 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/mustang/miu/
H A DhalMIU.c1411 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1435 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1447 …HAL_MIU_SSC_DBG(printf("---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u… in HAL_MIU_SetSsc()
1479 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/manhattan/miu/
H A DhalMIU.c1397 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1425 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1437 …HAL_MIU_SSC_DBG(printf("---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u… in HAL_MIU_SetSsc()
1469 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/k6lite/miu/
H A DhalMIU.c1404 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1431 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1443 …HAL_MIU_SSC_DBG(printf("---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u… in HAL_MIU_SetSsc()
1475 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/k7u/miu/
H A DhalMIU.c1405 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1432 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1444 …HAL_MIU_SSC_DBG(printf("---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u… in HAL_MIU_SetSsc()
1476 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/macan/miu/
H A DhalMIU.c1261 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1289 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1301 …HAL_MIU_SSC_DBG(printf("---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u… in HAL_MIU_SetSsc()
1333 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/messi/miu/
H A DhalMIU.c1351 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1383 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1395 …ULOGD(TAG_MIU, "---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u16FDevia… in HAL_MIU_SetSsc()
1427 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/mainz/miu/
H A DhalMIU.c1351 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1383 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1395 …ULOGD(TAG_MIU, "---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u16FDevia… in HAL_MIU_SetSsc()
1427 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()
/utopia/UTPA2-700.0.x/modules/miu/hal/maserati/miu/
H A DhalMIU.c1474 MS_BOOL HAL_MIU_SetSsc(MS_U8 u8MiuDev, MS_U16 u16Fmodulation, MS_U16 u16FDeviation, MS_BOOL bEnable) in HAL_MIU_SetSsc() argument
1502 if ((u16Fmodulation<20)||(u16Fmodulation>40)) in HAL_MIU_SetSsc()
1514 …HAL_MIU_SSC_DBG(printf("---> u16Fmodulation = %d u16FDeviation = %d \n",(int)u16Fmodulation,(int)u… in HAL_MIU_SetSsc()
1546 u16DDFSpan = (MS_U32)((DDFSPAN_FACTOR * MPPL/u16Fmodulation)* 1000/uDDFSET); in HAL_MIU_SetSsc()

1234