Searched refs:_HAL_MultiPVR_IdrR (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dmx/hal/k7u/multi_pvr/ |
| H A D | halMultiPVR.c | 191 static MS_U32 _HAL_MultiPVR_IdrR(MS_U32 u32ChId, MS_U8 u8RdPos, MS_BOOL bRdAddrLsb) in _HAL_MultiPVR_IdrR() function 205 #define MULTI_PVR_GET_USED_SIZE0(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 0, 0); … 206 #define MULTI_PVR_GET_USED_SIZE1(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 0, 1); … 207 #define MULTI_PVR_GET_ACPU_FLAG(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 1, 0) >… 208 #define MULTI_PVR_GET_HEAD0(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 5, 0); … 209 #define MULTI_PVR_GET_TAIL0(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 4, 0); … 210 #define MULTI_PVR_GET_HEAD1(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 5, 1); … 211 #define MULTI_PVR_GET_TAIL1(ChId) ({ MS_U32 u32RetVal = _HAL_MultiPVR_IdrR(ChId, 4, 1); …
|