Home
last modified time | relevance | path

Searched refs:pSetRegValue (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vif/drv/vif/
H A DVIF.c273 PVIF_SETREGVALUE pSetRegValue = NULL; in VIFIoctl() local
367 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()
/utopia/UTPA2-700.0.x/modules/vd/drv/avd/
H A DAVD.c346 PAVD_SETREGVALUE pSetRegValue = NULL; in AVDIoctl() local
481 pSetRegValue = (PAVD_SETREGVALUE)pArgs; in AVDIoctl()
482 (psAvdInstPri->fpAVDSetRegValue)(pSetRegValue->u16Addr, pSetRegValue->u8Value); in AVDIoctl()