| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/ |
| H A D | mdrv_sc_menuload.c | 335 void MDrv_XC_MLoad_Trigger(void *pInstance, MS_PHY startAddr, MS_U16 u16CmdCnt) in MDrv_XC_MLoad_Trigger() argument 339 MLDBG(printf("%s 0x%llx, %u\n\n",__FUNCTION__, startAddr, u16CmdCnt)); in MDrv_XC_MLoad_Trigger() 346 Hal_XC_MLoad_set_depth(pInstance, u16CmdCnt); in MDrv_XC_MLoad_Trigger() 353 Hal_XC_MLoad_trigger(startAddr, MS_MLOAD_REG_LEN, (MS_U8)u16CmdCnt); in MDrv_XC_MLoad_Trigger() 554 MS_U16 u16CmdCnt; in MDrv_XC_MLoad_KickOff() local 609 …u16CmdCnt = u16FireIdx - pXCResourcePrivate->stdrvXC_MVideo_Context.stdrvXC_Menuload[psXCInstPri->… in MDrv_XC_MLoad_KickOff() 610 u16CmdCnt = Hal_XC_MLoad_Get_Depth(pInstance, u16CmdCnt); in MDrv_XC_MLoad_KickOff() 613 u64EndCmd = MS_MLOAD_END_CMD_SPREAD_MODE(((MS_U64)u16CmdCnt)); in MDrv_XC_MLoad_KickOff() 617 u64EndCmd = MS_MLOAD_END_CMD_DEV1_SPREAD_MODE(((MS_U64)u16CmdCnt)); in MDrv_XC_MLoad_KickOff() 628 MLDBG(printf("CmdBufAddr = 0x%llx, u16CmdCnt = 0x%x\n", CmdBufAddr, u16CmdCnt)); in MDrv_XC_MLoad_KickOff() [all …]
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/ |
| H A D | mhal_menuload.c | 504 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 506 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 513 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 517 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/ |
| H A D | mhal_menuload.c | 503 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 505 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 512 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 516 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/ |
| H A D | mhal_menuload.c | 489 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 491 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 498 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 502 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/ |
| H A D | mhal_menuload.c | 489 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 491 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 498 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 502 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/ |
| H A D | mhal_menuload.c | 491 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 493 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 500 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 504 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/ |
| H A D | mhal_menuload.c | 491 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 493 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 500 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 504 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/ |
| H A D | mhal_menuload.c | 545 MS_U16 Hal_XC_MLoad_Get_Depth(MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 547 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 556 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 560 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/ |
| H A D | mhal_menuload.c | 576 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 581 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 589 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 593 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mainz/xc/ |
| H A D | mhal_menuload.c | 577 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 582 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 590 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 594 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/manhattan/xc/ |
| H A D | mhal_menuload.c | 585 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 590 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 598 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 602 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/macan/xc/ |
| H A D | mhal_menuload.c | 634 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 639 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 647 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 651 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maxim/xc/ |
| H A D | mhal_menuload.c | 585 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 590 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 598 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 602 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maserati/xc/ |
| H A D | mhal_menuload.c | 585 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 590 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 598 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 602 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/M7821/xc/ |
| H A D | mhal_menuload.c | 585 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 590 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 598 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 602 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/M7621/xc/ |
| H A D | mhal_menuload.c | 585 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt) in Hal_XC_MLoad_Get_Depth() argument 590 MS_U16 result = u16CmdCnt; in Hal_XC_MLoad_Get_Depth() 598 if((u16CmdCnt%u16CmdNum)!=0) in Hal_XC_MLoad_Get_Depth() 602 result = u16CmdCnt/u16CmdNum; in Hal_XC_MLoad_Get_Depth()
|
| /utopia/UTPA2-700.0.x/modules/xc/drv/xc/include/ |
| H A D | drv_sc_menuload.h | 166 void MDrv_XC_MLoad_Trigger(void *pInstance, MS_PHY startAddr, MS_U16 u16CmdCnt);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mustang/xc/include/ |
| H A D | mhal_menuload.h | 240 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/maldives/xc/include/ |
| H A D | mhal_menuload.h | 240 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6/xc/include/ |
| H A D | mhal_menuload.h | 248 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/k6lite/xc/include/ |
| H A D | mhal_menuload.h | 248 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/curry/xc/include/ |
| H A D | mhal_menuload.h | 248 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/kano/xc/include/ |
| H A D | mhal_menuload.h | 248 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/mooney/xc/include/ |
| H A D | mhal_menuload.h | 244 MS_U16 Hal_XC_MLoad_Get_Depth(MS_U16 u16CmdCnt);
|
| /utopia/UTPA2-700.0.x/modules/xc/hal/messi/xc/include/ |
| H A D | mhal_menuload.h | 247 MS_U16 Hal_XC_MLoad_Get_Depth(void *pInstance, MS_U16 u16CmdCnt);
|