Home
last modified time | relevance | path

Searched defs:ChId (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dmx/hal/k7u/multi_pvr/
H A DhalMultiPVR.c205 #define MULTI_PVR_GET_USED_SIZE0(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 0, 0); … argument
206 #define MULTI_PVR_GET_USED_SIZE1(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 0, 1); … argument
207 #define MULTI_PVR_GET_ACPU_FLAG(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 1, 0) >… argument
208 #define MULTI_PVR_GET_HEAD0(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 5, 0); … argument
209 #define MULTI_PVR_GET_TAIL0(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 4, 0); … argument
210 #define MULTI_PVR_GET_HEAD1(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 5, 1); … argument
211 #define MULTI_PVR_GET_TAIL1(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 4, 1); … argument