162306a36Sopenharmony_ci#ifndef __NVIF_PUSH206E_H__ 262306a36Sopenharmony_ci#define __NVIF_PUSH206E_H__ 362306a36Sopenharmony_ci#include <nvif/push006c.h> 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#include <nvhw/class/cl206e.h> 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#define PUSH_CALL(p,o) do { \ 862306a36Sopenharmony_ci PUSH_ASSERT(!((o) & ~0xffffffffcULL), "offset"); \ 962306a36Sopenharmony_ci PUSH_DATA__((p), NVDEF(NV206E, DMA, OPCODE2, CALL) | \ 1062306a36Sopenharmony_ci NVVAL(NV206E, DMA, CALL_OFFSET, (o) >> 2), \ 1162306a36Sopenharmony_ci " call 0x%08x - %s", (u32)(o), __func__); \ 1262306a36Sopenharmony_ci} while(0) 1362306a36Sopenharmony_ci#endif 14