Back to home page

OSCL-LXR

 
 

    


0001 #ifndef __NVIF_PUSH206E_H__
0002 #define __NVIF_PUSH206E_H__
0003 #include <nvif/push006c.h>
0004 
0005 #include <nvhw/class/cl206e.h>
0006 
0007 #define PUSH_CALL(p,o) do {                                         \
0008         PUSH_ASSERT(!((o) & ~0xffffffffcULL), "offset");            \
0009     PUSH_DATA__((p), NVDEF(NV206E, DMA, OPCODE2, CALL) |        \
0010              NVVAL(NV206E, DMA, CALL_OFFSET, (o) >> 2), \
0011             " call 0x%08x - %s", (u32)(o), __func__);       \
0012 } while(0)
0013 #endif