Searched refs:pasDmaList (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | psb_drv_debug.h | 118 #define DW(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %d\n", … 119 #define DWH(wd, sym, to, from) psb__debug_w(((uint32_t *)pasDmaList)[wd], "LLDMA: " #sym " = %08x\n…
|
D | psb_cmdbuf.c | 980 … DMA_sLinkedList* pasDmaList = (DMA_sLinkedList*)(cmdbuf->cmd_base + debug_lldma_start); in psb_context_flush_cmdbuf() local 981 pasDmaList += index; in psb_context_flush_cmdbuf() 983 …psb__trace_message("\nLLDMA record at offset %08x\n", ((unsigned char*)pasDmaList) - cmdbuf->cmd_b… in psb_context_flush_cmdbuf()
|