Lines Matching refs:pNULLPattern
631 MS_U8 *pNULLPattern=NULL; in _DRV_HVD_Sub_RstVariables() local
636 pNULLPattern=(MS_U8 *)(((MS_U32)gSubHVDCtrl.MemMap.u32CodeBufVAddr) ); in _DRV_HVD_Sub_RstVariables()
637 HVD_memset( (void*)pNULLPattern, 0 , 12 ); in _DRV_HVD_Sub_RstVariables()
649 HVD_memset( (void*)pNULLPattern, 0xAA , gSubHVDCtrl.u32NULLPacketSize); in _DRV_HVD_Sub_RstVariables()
650 pNULLPattern[4] = 0X55; in _DRV_HVD_Sub_RstVariables()
659 HVD_memset( (void*)pNULLPattern, 0xAA , gSubHVDCtrl.u32NULLPacketSize); in _DRV_HVD_Sub_RstVariables()
660 pNULLPattern[0] = 0; in _DRV_HVD_Sub_RstVariables()
661 pNULLPattern[1] = 0; in _DRV_HVD_Sub_RstVariables()
662 pNULLPattern[2] = 1; in _DRV_HVD_Sub_RstVariables()
663 pNULLPattern[3] = 0xFF; in _DRV_HVD_Sub_RstVariables()
664 pNULLPattern[8] = 0X55; in _DRV_HVD_Sub_RstVariables()
674 …HVD_memcpy((void*)(gSubHVDCtrl.MemMap.u32DrvProcessBufVAddr), pNULLPattern, gSubHVDCtrl.u32NULLPac… in _DRV_HVD_Sub_RstVariables()
680 …HVD_memcpy((void*)(gSubHVDCtrl.MemMap.u32DrvProcessBufVAddr), pNULLPattern, gSubHVDCtrl.u32NULLPac… in _DRV_HVD_Sub_RstVariables()
697 HVD_memset( (void*)pNULLPattern, 0xFF , gSubHVDCtrl.u32RV_FlushPacketSize); in _DRV_HVD_Sub_RstVariables()
703 …HVD_memcpy((void*)(gSubHVDCtrl.MemMap.u32DrvProcessBufVAddr), pNULLPattern, gSubHVDCtrl.u32RV_Flus… in _DRV_HVD_Sub_RstVariables()