Home
last modified time | relevance | path

Searched refs:pEPK (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/tcf/
H A DhalTCF.c373 void HAL_CFB_SET_EPK(MS_U32 *pEPK) in HAL_CFB_SET_EPK() argument
375 _REG32_W( &_CFBCtrl[0].Cfb_Epk0, pEPK[3]); in HAL_CFB_SET_EPK()
376 _REG32_W( &_CFBCtrl[0].Cfb_Epk1, pEPK[2]); in HAL_CFB_SET_EPK()
377 _REG32_W( &_CFBCtrl[0].Cfb_Epk2, pEPK[1]); in HAL_CFB_SET_EPK()
378 _REG32_W( &_CFBCtrl[0].Cfb_Epk3, pEPK[0]); in HAL_CFB_SET_EPK()
H A DhalTCF.h207 void HAL_CFB_SET_EPK(MS_U32 *pEPK);
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/tcf/
H A DhalTCF.c373 void HAL_CFB_SET_EPK(MS_U32 *pEPK) in HAL_CFB_SET_EPK() argument
375 _REG32_W( &_CFBCtrl[0].Cfb_Epk0, pEPK[3]); in HAL_CFB_SET_EPK()
376 _REG32_W( &_CFBCtrl[0].Cfb_Epk1, pEPK[2]); in HAL_CFB_SET_EPK()
377 _REG32_W( &_CFBCtrl[0].Cfb_Epk2, pEPK[1]); in HAL_CFB_SET_EPK()
378 _REG32_W( &_CFBCtrl[0].Cfb_Epk3, pEPK[0]); in HAL_CFB_SET_EPK()
H A DhalTCF.h207 void HAL_CFB_SET_EPK(MS_U32 *pEPK);