Searched refs:pSetRegValue (Results 1 – 2 of 2) sorted by relevance
273 PVIF_SETREGVALUE pSetRegValue = NULL; in VIFIoctl() local367 pSetRegValue = (PVIF_SETREGVALUE)pArgs; in VIFIoctl()368 (psVIFInstPri->fpVIFWriteByte)(pSetRegValue->u32Addr, pSetRegValue->u8Value); in VIFIoctl()372 pSetRegValue = (PVIF_SETREGVALUE)pArgs; in VIFIoctl()373 u32Ret = (psVIFInstPri->fpVIFReadBtye)(pSetRegValue->u32Addr); in VIFIoctl()374 pSetRegValue->u8Value = (U8)u32Ret; in VIFIoctl()
346 PAVD_SETREGVALUE pSetRegValue = NULL; in AVDIoctl() local481 pSetRegValue = (PAVD_SETREGVALUE)pArgs; in AVDIoctl()482 (psAvdInstPri->fpAVDSetRegValue)(pSetRegValue->u16Addr, pSetRegValue->u8Value); in AVDIoctl()