Home
last modified time | relevance | path

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

/TwlSDK-5.5/build/libraries/mb/common/include/
Dmb_common.h65 #define MB_COMM_CALC_BLOCK_SIZE( __P_SENDLEN__ ) (( __P_SENDLEN__ ) - MB_COMM_PARENT… macro
/TwlSDK-5.5/build/libraries/mb/common/src/
Dmb_wm.c128 wmWork->blockSizeMax = (u16)MB_COMM_CALC_BLOCK_SIZE(wmWork->pSendLen); in MBi_WMStartConnect()
Dmb_wm_base.c1287 mbc->block_size_max = MB_COMM_CALC_BLOCK_SIZE(p_mbi_param->p_sendlen); in MBi_StartParentCore()
1627 mbc->block_size_max = MB_COMM_CALC_BLOCK_SIZE(p_mbi_param->p_sendlen); in MBi_CommConnectToParent()