Home
last modified time | relevance | path

Searched refs:_phyTspFWDramBuf (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c370 MS_PHY _phyTspFWDramBuf; member
428 ._phyTspFWDramBuf = 0UL,
620 presource->_phyTspFWDramBuf = 0UL; in _TSP_InitResource()
3851 if((_ptsp_res->_phyTspFWDramBuf > 0) && (_ptsp_res->_u32TspFwDramBufSize > 0))
3853 …HAL_TSP_OrzWriteProtect_Enable(TRUE, _ptsp_res->_phyTspFWDramBuf, _ptsp_res->_u32TspFwDramBufSize);
3854 HAL_TSP_SecFlt_SetDataAddr(_ptsp_res->_phyTspFWDramBuf);
8060 _ptsp_res->_phyTspFWDramBuf = phyDataAddr;
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c451 MS_PHY _phyTspFWDramBuf; member
498 ._phyTspFWDramBuf = 0,
691 presource->_phyTspFWDramBuf = 0; in _TSP_InitResource()
3422 if((_ptsp_res->_phyTspFWDramBuf > 0) && (_ptsp_res->_u32TspFwDramBufSize > 0)) in _TSP_Init()
3424 …HAL_TSP_OrzWriteProtect_Enable(TRUE, _ptsp_res->_phyTspFWDramBuf, _ptsp_res->_u32TspFwDramBufSize); in _TSP_Init()
3425 HAL_TSP_SecFlt_SetDataAddr(_ptsp_res->_phyTspFWDramBuf); in _TSP_Init()
7479 _ptsp_res->_phyTspFWDramBuf = phyDataAddr; in MDrv_TSP_SetFwDataAddr()