Searched refs:pEPK (Results 1 – 4 of 4) sorted by relevance
373 void HAL_CFB_SET_EPK(MS_U32 *pEPK) in HAL_CFB_SET_EPK() argument375 _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()
207 void HAL_CFB_SET_EPK(MS_U32 *pEPK);