Home
last modified time | relevance | path

Searched refs:HAL_VIF_ReadByte (Results 1 – 25 of 25) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vif/hal/kano/vif/
H A DhalVIF.c171 U8 HAL_VIF_ReadByte(U32 u32Reg ) in HAL_VIF_ReadByte() function
H A DhalVIF.h283 U8 HAL_VIF_ReadByte(U32 u32Reg );
/utopia/UTPA2-700.0.x/modules/vif/hal/maserati/vif/
H A DhalVIF.h283 U8 HAL_VIF_ReadByte(U32 u32Reg );
H A DhalVIF.c1577 U8 HAL_VIF_ReadByte(U32 u32Reg ) in HAL_VIF_ReadByte() function
4248 if ((HAL_VIF_ReadByte(CR_PD_IMAG_INV) & _BIT1)!=0) in HAL_VIF_GetCrPDInverse()
/utopia/UTPA2-700.0.x/modules/vif/hal/M7621/vif/
H A DhalVIF.h283 U8 HAL_VIF_ReadByte(U32 u32Reg );
H A DhalVIF.c1577 U8 HAL_VIF_ReadByte(U32 u32Reg ) in HAL_VIF_ReadByte() function
4257 if ((HAL_VIF_ReadByte(CR_PD_IMAG_INV) & _BIT1)!=0) in HAL_VIF_GetCrPDInverse()
/utopia/UTPA2-700.0.x/modules/vif/hal/M7821/vif/
H A DhalVIF.h283 U8 HAL_VIF_ReadByte(U32 u32Reg );
H A DhalVIF.c1577 U8 HAL_VIF_ReadByte(U32 u32Reg ) in HAL_VIF_ReadByte() function
4248 if ((HAL_VIF_ReadByte(CR_PD_IMAG_INV) & _BIT1)!=0) in HAL_VIF_GetCrPDInverse()
/utopia/UTPA2-700.0.x/modules/vif/hal/manhattan/vif/
H A DhalVIF.h283 U8 HAL_VIF_ReadByte(U32 u32Reg );
H A DhalVIF.c1368 U8 HAL_VIF_ReadByte(U32 u32Reg ) in HAL_VIF_ReadByte() function
3825 if ((HAL_VIF_ReadByte(CR_PD_IMAG_INV) & _BIT1)!=0) in HAL_VIF_GetCrPDInverse()
/utopia/UTPA2-700.0.x/modules/vif/hal/maxim/vif/
H A DhalVIF.h283 U8 HAL_VIF_ReadByte(U32 u32Reg );
H A DhalVIF.c1577 U8 HAL_VIF_ReadByte(U32 u32Reg ) in HAL_VIF_ReadByte() function
4266 if ((HAL_VIF_ReadByte(CR_PD_IMAG_INV) & _BIT1)!=0) in HAL_VIF_GetCrPDInverse()
/utopia/UTPA2-700.0.x/modules/vif/hal/messi/vif/
H A DhalVIF.h283 U8 HAL_VIF_ReadByte(U32 u32Reg );
H A DhalVIF.c1364 U8 HAL_VIF_ReadByte(U32 u32Reg ) in HAL_VIF_ReadByte() function
3810 if ((HAL_VIF_ReadByte(CR_PD_IMAG_INV) & _BIT1)!=0) in HAL_VIF_GetCrPDInverse()
/utopia/UTPA2-700.0.x/modules/vif/hal/macan/vif/
H A DhalVIF.h283 U8 HAL_VIF_ReadByte(U32 u32Reg );
H A DhalVIF.c1573 U8 HAL_VIF_ReadByte(U32 u32Reg ) in HAL_VIF_ReadByte() function
4228 if ((HAL_VIF_ReadByte(CR_PD_IMAG_INV) & _BIT1)!=0) in HAL_VIF_GetCrPDInverse()
/utopia/UTPA2-700.0.x/modules/vif/hal/mooney/vif/
H A DhalVIF.h283 U8 HAL_VIF_ReadByte(U32 u32Reg );
H A DhalVIF.c1387 U8 HAL_VIF_ReadByte(U32 u32Reg ) in HAL_VIF_ReadByte() function
3973 if ((HAL_VIF_ReadByte(CR_PD_IMAG_INV) & _BIT1)!=0) in HAL_VIF_GetCrPDInverse()
/utopia/UTPA2-700.0.x/modules/vif/hal/mustang/vif/
H A DhalVIF.h279 U8 HAL_VIF_ReadByte(U32 u32Reg );
H A DhalVIF.c1386 U8 HAL_VIF_ReadByte(U32 u32Reg ) in HAL_VIF_ReadByte() function
3942 if ((HAL_VIF_ReadByte(CR_PD_IMAG_INV) & _BIT1)!=0) in HAL_VIF_GetCrPDInverse()
/utopia/UTPA2-700.0.x/modules/vif/hal/mainz/vif/
H A DhalVIF.h283 U8 HAL_VIF_ReadByte(U32 u32Reg );
H A DhalVIF.c1364 U8 HAL_VIF_ReadByte(U32 u32Reg ) in HAL_VIF_ReadByte() function
3810 if ((HAL_VIF_ReadByte(CR_PD_IMAG_INV) & _BIT1)!=0) in HAL_VIF_GetCrPDInverse()
/utopia/UTPA2-700.0.x/modules/vif/hal/maldives/vif/
H A DhalVIF.h279 U8 HAL_VIF_ReadByte(U32 u32Reg );
H A DhalVIF.c1378 U8 HAL_VIF_ReadByte(U32 u32Reg ) in HAL_VIF_ReadByte() function
3811 if ((HAL_VIF_ReadByte(CR_PD_IMAG_INV) & _BIT1)!=0) in HAL_VIF_GetCrPDInverse()
/utopia/UTPA2-700.0.x/modules/vif/drv/vif/
H A DVIF.c446 return HAL_VIF_ReadByte(u32Reg); in VIF_ReadByte()