Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp/
H A DdrvTSP.c3056 MS_PHY phyRead;
3095 phyRead = HAL_TSP_SecBuf_GetBufRead(pSecFilter);
3096 bData = (phyRead != HAL_TSP_SecBuf_GetBufWrite(pSecFilter))? TRUE: FALSE; // critical section
3131 if (phyRead == HAL_TSP_SecBuf_GetBufRead(pSecFilter))
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp3/
H A DdrvTSP.c2519 MS_PHY phyRead; in _TSP_Isr_Proc_SecRdyCrc() local
2564 phyRead = HAL_TSP_SecBuf_GetBufRead(u32EngId, u32FltId); in _TSP_Isr_Proc_SecRdyCrc()
2565 …bData = (phyRead != HAL_TSP_SecBuf_GetBufWrite(u32EngId, u32FltId))? TRUE: FALSE; // critical sect… in _TSP_Isr_Proc_SecRdyCrc()
2599 if (phyRead == HAL_TSP_SecBuf_GetBufRead(u32EngId, u32FltId)) in _TSP_Isr_Proc_SecRdyCrc()
/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX.c13895 MS_PHY phyStart = 0, phyEnd = 0, phyRead = 0, phyWrite = 0;
13938 MDrv_TSP_SecFlt_GetReadAddr(0, u32ii, &phyRead);
13941 …"%x %x %x %x \n", (int)phyStart, (int)phyEnd, (int)phyRead, (int)phyWrite);