Lines Matching refs:pu8
213 unsigned char *pu8; in _HVD_Sub_Chip_Flush_Memory() local
220 pu8 = ((unsigned char *)(((unsigned int)gSubHVDCtrl.u32DummyWriteBuf ) )); in _HVD_Sub_Chip_Flush_Memory()
222 pu8[0] = pu8[16] = pu8[32] = pu8[48] = 1; in _HVD_Sub_Chip_Flush_Memory()
229 *pu8 = 1; in _HVD_Sub_Chip_Flush_Memory()
230 pu8++; in _HVD_Sub_Chip_Flush_Memory()
237 pu8 = ((unsigned char *)(((unsigned int)u8_4Lines) )); in _HVD_Sub_Chip_Flush_Memory()
238 pu8[0] = pu8[16] = pu8[32] = pu8[48] = 1; in _HVD_Sub_Chip_Flush_Memory()
246 tmp = pu8[0] ; in _HVD_Sub_Chip_Flush_Memory()
247 tmp = pu8[16] ; in _HVD_Sub_Chip_Flush_Memory()
248 tmp = pu8[32] ; in _HVD_Sub_Chip_Flush_Memory()
249 tmp = pu8[48] ; in _HVD_Sub_Chip_Flush_Memory()
254 volatile unsigned char *pu8; in _HVD_Sub_Chip_Read_Memory() local
258 pu8 = (volatile unsigned char *)(((unsigned int)gSubHVDCtrl.MemMap.u32CodeBufVAddr)); in _HVD_Sub_Chip_Read_Memory()
260 t = pu8[0]; in _HVD_Sub_Chip_Read_Memory()
261 t = pu8[64]; in _HVD_Sub_Chip_Read_Memory()