Home
last modified time | relevance | path

Searched refs:eDSIdxSrc (Results 1 – 25 of 44) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_dynamicscaling.c164 …IndexSourceSelect(EN_KDRV_SC_DEVICE u32DeviceID, E_K_XC_DS_INDEX_SOURCE eDSIdxSrc, EN_KDRV_WINDOW …
181 E_APIXC_ReturnValue MDrv_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc in MDrv_XC_Set_DSIndexSourceSelect() argument
183 MHal_XC_Set_DSIndexSourceSelect(pInstance, eDSIdxSrc, eWindow); in MDrv_XC_Set_DSIndexSourceSelect()
285 …Api_XC_Set_DSIndexSourceSelect_U2(void* pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eWin… in MApi_XC_Set_DSIndexSourceSelect_U2() argument
300 return KApi_XC_Set_DSIndexSourceSelect(u32DeviceID,eDSIdxSrc,eWindow); in MApi_XC_Set_DSIndexSourceSelect_U2()
320 k_ds_set_IndexSourceSelect.eDSIdxSrc = eDSIdxSrc; in MApi_XC_Set_DSIndexSourceSelect_U2()
338 eReturn = MDrv_XC_Set_DSIndexSourceSelect(pInstance, eDSIdxSrc, eWindow); in MApi_XC_Set_DSIndexSourceSelect_U2()
344 E_APIXC_ReturnValue MApi_XC_Set_DSIndexSourceSelect(E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eWin… in MApi_XC_Set_DSIndexSourceSelect() argument
353 XCArgs.eDSIdxSrc = eDSIdxSrc; in MApi_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/
H A Dmhal_dynamicscaling.c971 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
981 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
983 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
990 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK1F_77_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
995 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK1F_77_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/
H A Dmhal_dynamicscaling.c987 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
997 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
999 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
1006 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK1F_77_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
1011 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK1F_77_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/
H A Dmhal_dynamicscaling.c993 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
1003 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
1005 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
1012 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK1F_77_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
1017 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK1F_77_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/
H A Dmhal_dynamicscaling.c1150 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
1160 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
1162 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
1169 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK1F_77_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
1174 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK1F_77_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/
H A Dmhal_dynamicscaling.c1193 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
1203 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
1205 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
1212 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
1217 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/
H A Dmhal_dynamicscaling.c1367 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
1377 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
1379 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
1386 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
1391 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/
H A Dmhal_dynamicscaling.c1560 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
1570 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
1572 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
1579 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
1584 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/
H A Dmhal_dynamicscaling.c1482 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
1490 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
1492 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
1501 SC_W2BYTEMSK(0, REG_SC_BK1F_77_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
1506 SC_W2BYTEMSK(0, REG_SC_BK1F_77_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/
H A Dmhal_dynamicscaling.c1542 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
1550 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
1552 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
1561 SC_W2BYTEMSK(0, REG_SC_BK1F_77_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
1566 SC_W2BYTEMSK(0, REG_SC_BK1F_77_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/
H A Dmhal_dynamicscaling.c1378 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
1388 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
1390 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
1397 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
1402 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/
H A Dmhal_dynamicscaling.c1742 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
1752 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
1754 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
1761 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
1766 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/
H A Dmhal_dynamicscaling.c2021 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
2031 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
2033 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
2040 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
2045 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/
H A Dmhal_dynamicscaling.c2021 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
2031 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
2033 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
2040 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
2045 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/
H A Dmhal_dynamicscaling.c2021 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
2031 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
2033 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
2040 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
2045 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/
H A Dmhal_dynamicscaling.c2021 void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eW… in MHal_XC_Set_DSIndexSourceSelect() argument
2031 if (eDSIdxSrc >= E_XC_DS_INDEX_MAX) in MHal_XC_Set_DSIndexSourceSelect()
2033 … printf("[%s,%5d] Maximum index exceeded, the index is (%d)\n",__FUNCTION__,__LINE__,eDSIdxSrc); in MHal_XC_Set_DSIndexSourceSelect()
2040 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc, BIT(0)); in MHal_XC_Set_DSIndexSourceSelect()
2045 SC_W2BYTEMSK(psXCInstPri->u32DeviceID, REG_SC_BK00_37_L, eDSIdxSrc << 8, BIT(8)); in MHal_XC_Set_DSIndexSourceSelect()
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/
H A Dmdrv_sc_dynamicscaling.h120 …e MDrv_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCALER_WIN eWin…
/utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/include/
H A Dmhal_dynamicscaling.h140 INTERFACE void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCA…
/utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/include/
H A Dmhal_dynamicscaling.h140 INTERFACE void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCA…
/utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/include/
H A Dmhal_dynamicscaling.h140 INTERFACE void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCA…
/utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/include/
H A Dmhal_dynamicscaling.h140 INTERFACE void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCA…
/utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/include/
H A Dmhal_dynamicscaling.h147 INTERFACE void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCA…
/utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/include/
H A Dmhal_dynamicscaling.h143 INTERFACE void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCA…
/utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/include/
H A Dmhal_dynamicscaling.h144 INTERFACE void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCA…
/utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/include/
H A Dmhal_dynamicscaling.h141 INTERFACE void MHal_XC_Set_DSIndexSourceSelect(void *pInstance, E_XC_DS_INDEX_SOURCE eDSIdxSrc, SCA…

12