Home
last modified time | relevance | path

Searched refs:indx (Results 1 – 25 of 95) sorted by relevance

1234

/utopia/UTPA2-700.0.x/modules/demodulator/hal/messi/demod/
H A DhalDMD_INTERN_DVBC.c398 MS_U8 status = true, indx; in INTERN_DVBC_Cmd_Packet_Send() local
452 for (indx = 0; indx < param_cnt; indx++) in INTERN_DVBC_Cmd_Packet_Send()
458 HAL_DMD_RIU_WriteByte(REG_CMD_DATA, pCmdPacket->param[indx]); in INTERN_DVBC_Cmd_Packet_Send()
1534 MS_U8 indx = 0; in INTERN_DVBC_Config() local
1556 for (indx = 0; indx < max_len ; indx++) in INTERN_DVBC_Config()
1558 if (indx < u8_symbol_rate_list_num) in INTERN_DVBC_Config()
1560 …MDrv_SYS_DMD_VD_MBX_WriteDSPReg(E_DMD_DVBC_CFG_BW0_L + indx*2, (MS_U8)pu16_symbol_rate_list[indx]); in INTERN_DVBC_Config()
1561 …rv_SYS_DMD_VD_MBX_WriteDSPReg(E_DMD_DVBC_CFG_BW0_L + indx*2 + 1, (MS_U8)(pu16_symbol_rate_list[ind… in INTERN_DVBC_Config()
1565 MDrv_SYS_DMD_VD_MBX_WriteDSPReg(E_DMD_DVBC_CFG_BW0_L + indx*2, 0x00); in INTERN_DVBC_Config()
1566 MDrv_SYS_DMD_VD_MBX_WriteDSPReg(E_DMD_DVBC_CFG_BW0_L + indx*2 + 1, 0x00); in INTERN_DVBC_Config()
H A DhalDMD_INTERN_common.c972 MS_U8 indx = 0; in Log10Approx() local
975 if (flt_x < _LogApproxTableX[indx]) in Log10Approx()
977 indx++; in Log10Approx()
978 }while (indx < 79); //stop at indx = 80 in Log10Approx()
980 return _LogApproxTableY[indx]; in Log10Approx()
986 MS_U8 indx = 0; in Log10Approx() local
992 }while (++indx < 32); in Log10Approx()
995 return (float)0.3 * indx; in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/mainz/demod/
H A DhalDMD_INTERN_DVBC.c409 MS_U8 status = true, indx; in INTERN_DVBC_Cmd_Packet_Send() local
463 for (indx = 0; indx < param_cnt; indx++) in INTERN_DVBC_Cmd_Packet_Send()
469 HAL_DMD_RIU_WriteByte(REG_CMD_DATA, pCmdPacket->param[indx]); in INTERN_DVBC_Cmd_Packet_Send()
1544 MS_U8 indx = 0; in INTERN_DVBC_Config() local
1566 for (indx = 0; indx < max_len ; indx++) in INTERN_DVBC_Config()
1568 if (indx < u8_symbol_rate_list_num) in INTERN_DVBC_Config()
1570 …MDrv_SYS_DMD_VD_MBX_WriteDSPReg(E_DMD_DVBC_CFG_BW0_L + indx*2, (MS_U8)pu16_symbol_rate_list[indx]); in INTERN_DVBC_Config()
1571 …rv_SYS_DMD_VD_MBX_WriteDSPReg(E_DMD_DVBC_CFG_BW0_L + indx*2 + 1, (MS_U8)(pu16_symbol_rate_list[ind… in INTERN_DVBC_Config()
1575 MDrv_SYS_DMD_VD_MBX_WriteDSPReg(E_DMD_DVBC_CFG_BW0_L + indx*2, 0x00); in INTERN_DVBC_Config()
1576 MDrv_SYS_DMD_VD_MBX_WriteDSPReg(E_DMD_DVBC_CFG_BW0_L + indx*2 + 1, 0x00); in INTERN_DVBC_Config()
H A DhalDMD_INTERN_common.c972 MS_U8 indx = 0; in Log10Approx() local
975 if (flt_x < _LogApproxTableX[indx]) in Log10Approx()
977 indx++; in Log10Approx()
978 }while (indx < 79); //stop at indx = 80 in Log10Approx()
980 return _LogApproxTableY[indx]; in Log10Approx()
986 MS_U8 indx = 0; in Log10Approx() local
992 }while (++indx < 32); in Log10Approx()
995 return (float)0.3 * indx; in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/mooney/demod/
H A DhalDMD_INTERN_DVBC.c407 MS_U8 status = true, indx; in INTERN_DVBC_Cmd_Packet_Send() local
461 for (indx = 0; indx < param_cnt; indx++) in INTERN_DVBC_Cmd_Packet_Send()
467 HAL_DMD_RIU_WriteByte(REG_CMD_DATA, pCmdPacket->param[indx]); in INTERN_DVBC_Cmd_Packet_Send()
1525 MS_U8 indx = 0; in INTERN_DVBC_Config() local
1547 for (indx = 0; indx < max_len ; indx++) in INTERN_DVBC_Config()
1549 if (indx < u8_symbol_rate_list_num) in INTERN_DVBC_Config()
1551 …MDrv_SYS_DMD_VD_MBX_WriteDSPReg(E_DMD_DVBC_CFG_BW0_L + indx*2, (MS_U8)pu16_symbol_rate_list[indx]); in INTERN_DVBC_Config()
1552 …rv_SYS_DMD_VD_MBX_WriteDSPReg(E_DMD_DVBC_CFG_BW0_L + indx*2 + 1, (MS_U8)(pu16_symbol_rate_list[ind… in INTERN_DVBC_Config()
1556 MDrv_SYS_DMD_VD_MBX_WriteDSPReg(E_DMD_DVBC_CFG_BW0_L + indx*2, 0x00); in INTERN_DVBC_Config()
1557 MDrv_SYS_DMD_VD_MBX_WriteDSPReg(E_DMD_DVBC_CFG_BW0_L + indx*2 + 1, 0x00); in INTERN_DVBC_Config()
H A DhalDMD_INTERN_common.c972 MS_U8 indx = 0; in Log10Approx() local
975 if (flt_x < _LogApproxTableX[indx]) in Log10Approx()
977 indx++; in Log10Approx()
978 }while (indx < 79); //stop at indx = 80 in Log10Approx()
980 return _LogApproxTableY[indx]; in Log10Approx()
986 MS_U8 indx = 0; in Log10Approx() local
992 }while (++indx < 32); in Log10Approx()
995 return (float)0.3 * indx; in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/macan/demod/
H A DhalDMD_INTERN_common.c972 MS_U8 indx = 0; in Log10Approx() local
975 if (flt_x < _LogApproxTableX[indx]) in Log10Approx()
977 indx++; in Log10Approx()
978 }while (indx < 79); //stop at indx = 80 in Log10Approx()
980 return _LogApproxTableY[indx]; in Log10Approx()
986 MS_U8 indx = 0; in Log10Approx() local
992 }while (++indx < 32); in Log10Approx()
995 return (float)0.3 * indx; in Log10Approx()
H A DhalDMD_INTERN_DVBT2.c2750 MS_U8 indx = 0; in INTERN_DVBT2_GetPlpBitMap() local
2760 while (indx < 32) in INTERN_DVBT2_GetPlpBitMap()
2762 status &= MDrv_SYS_DMD_VD_MBX_ReadDSPReg(E_DMD_T2_PLP_ID_ARR + indx, &u8Data); in INTERN_DVBT2_GetPlpBitMap()
2763 u8PlpBitMap[indx] = u8Data; in INTERN_DVBT2_GetPlpBitMap()
2764 indx++; in INTERN_DVBT2_GetPlpBitMap()
2770 for (indx = 0; indx < 32; indx++) in INTERN_DVBT2_GetPlpBitMap()
2771 DBG_INTERN_DVBT2(printf("[%d] ", u8PlpBitMap[indx])); in INTERN_DVBT2_GetPlpBitMap()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/maldives/demod/
H A DhalDMD_INTERN_common.c972 MS_U8 indx = 0; in Log10Approx() local
975 if (flt_x < _LogApproxTableX[indx]) in Log10Approx()
977 indx++; in Log10Approx()
978 }while (indx < 79); //stop at indx = 80 in Log10Approx()
980 return _LogApproxTableY[indx]; in Log10Approx()
986 MS_U8 indx = 0; in Log10Approx() local
992 }while (++indx < 32); in Log10Approx()
995 return (float)0.3 * indx; in Log10Approx()
H A DhalDMD_INTERN_DVBT2.c2438 MS_U8 indx = 0; in INTERN_DVBT2_GetPlpBitMap() local
2446 while (indx < 32) in INTERN_DVBT2_GetPlpBitMap()
2448 status &= MDrv_SYS_DMD_VD_MBX_ReadDSPReg(E_DMD_T2_PLP_ID_ARR + indx, &u8Data); in INTERN_DVBT2_GetPlpBitMap()
2449 u8PlpBitMap[indx] = u8Data; in INTERN_DVBT2_GetPlpBitMap()
2450 indx++; in INTERN_DVBT2_GetPlpBitMap()
2456 for (indx = 0; indx < 32; indx++) in INTERN_DVBT2_GetPlpBitMap()
2457 DBG_INTERN_DVBT2(printf("[%d] ", u8PlpBitMap[indx])); in INTERN_DVBT2_GetPlpBitMap()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/mustang/demod/
H A DhalDMD_INTERN_common.c972 MS_U8 indx = 0; in Log10Approx() local
975 if (flt_x < _LogApproxTableX[indx]) in Log10Approx()
977 indx++; in Log10Approx()
978 }while (indx < 79); //stop at indx = 80 in Log10Approx()
980 return _LogApproxTableY[indx]; in Log10Approx()
986 MS_U8 indx = 0; in Log10Approx() local
992 }while (++indx < 32); in Log10Approx()
995 return (float)0.3 * indx; in Log10Approx()
H A DhalDMD_INTERN_DVBT2.c2757 MS_U8 indx = 0; in INTERN_DVBT2_GetPlpBitMap() local
2767 while (indx < 32) in INTERN_DVBT2_GetPlpBitMap()
2769 status &= MDrv_SYS_DMD_VD_MBX_ReadDSPReg(E_DMD_T2_PLP_ID_ARR + indx, &u8Data); in INTERN_DVBT2_GetPlpBitMap()
2770 u8PlpBitMap[indx] = u8Data; in INTERN_DVBT2_GetPlpBitMap()
2771 indx++; in INTERN_DVBT2_GetPlpBitMap()
2777 for (indx = 0; indx < 32; indx++) in INTERN_DVBT2_GetPlpBitMap()
2778 DBG_INTERN_DVBT2(printf("[%d] ", u8PlpBitMap[indx])); in INTERN_DVBT2_GetPlpBitMap()
/utopia/UTPA2-700.0.x/modules/demodulator/drv/dmd/t3/Int_DVBT/
H A DINTERN_DVBT.c271 U8 status = true, indx; in INTERN_DVBT_Cmd_Packet_Send() local
340 for (indx = 0; indx < param_cnt; indx++) in INTERN_DVBT_Cmd_Packet_Send()
351 status &= INTERN_DVBT_WriteReg(REG_CMD_DATA, pCmdPacket->param[indx]); in INTERN_DVBT_Cmd_Packet_Send()
356 MDrv_WriteByte(MBRegBase + 0x1F, pCmdPacket->param[indx]); in INTERN_DVBT_Cmd_Packet_Send()
1529 U8 indx = 0; in Log10Approx() local
1535 }while (++indx < 32); in Log10Approx()
1538 return (float)0.3 * indx; in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/manhattan/demod/
H A DhalDMD_INTERN_common.c1038 MS_U8 indx = 0; in Log10Approx() local
1041 if (flt_x < _LogApproxTableX[indx]) in Log10Approx()
1043 indx++; in Log10Approx()
1044 }while (indx < 79); //stop at indx = 80 in Log10Approx()
1046 return _LogApproxTableY[indx]; in Log10Approx()
1052 MS_U8 indx = 0; in Log10Approx() local
1058 }while (++indx < 32); in Log10Approx()
1061 return (float)0.3 * indx; in Log10Approx()
H A DhalDMD_INTERN_DVBT2.c2717 MS_U8 indx = 0; in INTERN_DVBT2_GetPlpBitMap() local
2727 while (indx < 32) in INTERN_DVBT2_GetPlpBitMap()
2729 status &= MDrv_SYS_DMD_VD_MBX_ReadDSPReg(E_DMD_T2_PLP_ID_ARR + indx, &u8Data); in INTERN_DVBT2_GetPlpBitMap()
2730 u8PlpBitMap[indx] = u8Data; in INTERN_DVBT2_GetPlpBitMap()
2731 indx++; in INTERN_DVBT2_GetPlpBitMap()
2737 for (indx = 0; indx < 32; indx++) in INTERN_DVBT2_GetPlpBitMap()
2738 DBG_INTERN_DVBT2(printf("[%d] ", u8PlpBitMap[indx])); in INTERN_DVBT2_GetPlpBitMap()
/utopia/UTPA2-700.0.x/modules/demodulator/drv/dmd/t3/Int_DVBC/
H A DINTERN_DVBC.c253 U8 status = true, indx; in INTERN_DVBC_Cmd_Packet_Send() local
304 for (indx = 0; indx < param_cnt; indx++) in INTERN_DVBC_Cmd_Packet_Send()
310 status &= INTERN_DVBC_WriteReg(REG_CMD_DATA, pCmdPacket->param[indx]); in INTERN_DVBC_Cmd_Packet_Send()
1322 U8 indx = 0; in Log10Approx() local
1328 }while (++indx < 32); in Log10Approx()
1331 return (float)0.3 * indx; in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/drv/demod/
H A DdrvDMD_INTERN_DVBT.c281 MS_U8 indx = 0; in Log10Approx() local
284 if (flt_x < _LogApproxTableX[indx]) in Log10Approx()
286 indx++; in Log10Approx()
287 }while (indx < 79); //stop at indx = 80 in Log10Approx()
289 return _LogApproxTableY[indx]; in Log10Approx()
295 MS_U8 indx = 0; in Log10Approx() local
301 }while (++indx < 32); in Log10Approx()
304 return (float)0.3 * indx; in Log10Approx()
H A DdrvDMD_INTERN_DVBC.c261 MS_U8 indx = 0; in Log10Approx() local
264 if (flt_x < _LogApproxTableX[indx]) in Log10Approx()
266 indx++; in Log10Approx()
267 }while (indx < 79); //stop at indx = 80 in Log10Approx()
269 return _LogApproxTableY[indx]; in Log10Approx()
275 MS_U8 indx = 0; in Log10Approx() local
281 }while (++indx < 32); in Log10Approx()
284 return (float)0.3 * indx; in Log10Approx()
H A DdrvDMD_INTERN_DVBS_v2.c444 MS_U8 indx = 0; in Log10Approx() local
447 if (flt_x < _LogApproxTableX[indx]) in Log10Approx()
449 indx++; in Log10Approx()
450 }while (indx < 79); //stop at indx = 80 in Log10Approx()
452 return _LogApproxTableY[indx]; in Log10Approx()
458 MS_U8 indx = 0; in Log10Approx() local
464 }while (++indx < 32); in Log10Approx()
467 return (float)0.3 * indx; in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/maserati/demod/
H A DhalDMD_INTERN_DVBT2.c2998 MS_U8 indx = 0; in INTERN_DVBT2_GetPlpBitMap() local
3008 while (indx < 32) in INTERN_DVBT2_GetPlpBitMap()
3010 status &= MDrv_SYS_DMD_VD_MBX_ReadDSPReg(E_DMD_T2_PLP_ID_ARR + indx, &u8Data); in INTERN_DVBT2_GetPlpBitMap()
3011 u8PlpBitMap[indx] = u8Data; in INTERN_DVBT2_GetPlpBitMap()
3012 indx++; in INTERN_DVBT2_GetPlpBitMap()
3018 for (indx = 0; indx < 32; indx++) in INTERN_DVBT2_GetPlpBitMap()
3019 DBG_INTERN_DVBT2(printf("[%d] ", u8PlpBitMap[indx])); in INTERN_DVBT2_GetPlpBitMap()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/kano/demod/
H A DhalDMD_INTERN_DVBT2.c2998 MS_U8 indx = 0; in INTERN_DVBT2_GetPlpBitMap() local
3008 while (indx < 32) in INTERN_DVBT2_GetPlpBitMap()
3010 status &= MDrv_SYS_DMD_VD_MBX_ReadDSPReg(E_DMD_T2_PLP_ID_ARR + indx, &u8Data); in INTERN_DVBT2_GetPlpBitMap()
3011 u8PlpBitMap[indx] = u8Data; in INTERN_DVBT2_GetPlpBitMap()
3012 indx++; in INTERN_DVBT2_GetPlpBitMap()
3018 for (indx = 0; indx < 32; indx++) in INTERN_DVBT2_GetPlpBitMap()
3019 DBG_INTERN_DVBT2(printf("[%d] ", u8PlpBitMap[indx])); in INTERN_DVBT2_GetPlpBitMap()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/M7621/demod/
H A DhalDMD_INTERN_DVBT2.c3046 MS_U8 indx = 0; in INTERN_DVBT2_GetPlpBitMap() local
3056 while (indx < 32) in INTERN_DVBT2_GetPlpBitMap()
3058 status &= MDrv_SYS_DMD_VD_MBX_ReadDSPReg(E_DMD_T2_PLP_ID_ARR + indx, &u8Data); in INTERN_DVBT2_GetPlpBitMap()
3059 u8PlpBitMap[indx] = u8Data; in INTERN_DVBT2_GetPlpBitMap()
3060 indx++; in INTERN_DVBT2_GetPlpBitMap()
3066 for (indx = 0; indx < 32; indx++) in INTERN_DVBT2_GetPlpBitMap()
3067 DBG_INTERN_DVBT2(printf("[%d] ", u8PlpBitMap[indx])); in INTERN_DVBT2_GetPlpBitMap()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/k6/demod/
H A DhalDMD_INTERN_DVBT2.c2998 MS_U8 indx = 0; in INTERN_DVBT2_GetPlpBitMap() local
3008 while (indx < 32) in INTERN_DVBT2_GetPlpBitMap()
3010 status &= MDrv_SYS_DMD_VD_MBX_ReadDSPReg(E_DMD_T2_PLP_ID_ARR + indx, &u8Data); in INTERN_DVBT2_GetPlpBitMap()
3011 u8PlpBitMap[indx] = u8Data; in INTERN_DVBT2_GetPlpBitMap()
3012 indx++; in INTERN_DVBT2_GetPlpBitMap()
3018 for (indx = 0; indx < 32; indx++) in INTERN_DVBT2_GetPlpBitMap()
3019 DBG_INTERN_DVBT2(printf("[%d] ", u8PlpBitMap[indx])); in INTERN_DVBT2_GetPlpBitMap()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/curry/demod/
H A DhalDMD_INTERN_DVBT2.c2998 MS_U8 indx = 0; in INTERN_DVBT2_GetPlpBitMap() local
3008 while (indx < 32) in INTERN_DVBT2_GetPlpBitMap()
3010 status &= MDrv_SYS_DMD_VD_MBX_ReadDSPReg(E_DMD_T2_PLP_ID_ARR + indx, &u8Data); in INTERN_DVBT2_GetPlpBitMap()
3011 u8PlpBitMap[indx] = u8Data; in INTERN_DVBT2_GetPlpBitMap()
3012 indx++; in INTERN_DVBT2_GetPlpBitMap()
3018 for (indx = 0; indx < 32; indx++) in INTERN_DVBT2_GetPlpBitMap()
3019 DBG_INTERN_DVBT2(printf("[%d] ", u8PlpBitMap[indx])); in INTERN_DVBT2_GetPlpBitMap()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/k6lite/demod/
H A DhalDMD_INTERN_DVBT2.c2998 MS_U8 indx = 0; in INTERN_DVBT2_GetPlpBitMap() local
3008 while (indx < 32) in INTERN_DVBT2_GetPlpBitMap()
3010 status &= MDrv_SYS_DMD_VD_MBX_ReadDSPReg(E_DMD_T2_PLP_ID_ARR + indx, &u8Data); in INTERN_DVBT2_GetPlpBitMap()
3011 u8PlpBitMap[indx] = u8Data; in INTERN_DVBT2_GetPlpBitMap()
3012 indx++; in INTERN_DVBT2_GetPlpBitMap()
3018 for (indx = 0; indx < 32; indx++) in INTERN_DVBT2_GetPlpBitMap()
3019 DBG_INTERN_DVBT2(printf("[%d] ", u8PlpBitMap[indx])); in INTERN_DVBT2_GetPlpBitMap()

1234