18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: MIT */ 28c2ecf20Sopenharmony_ci#ifndef __NVIF_CLC36F_H__ 38c2ecf20Sopenharmony_ci#define __NVIF_CLC36F_H__ 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_cistruct volta_channel_gpfifo_a_v0 { 68c2ecf20Sopenharmony_ci __u8 version; 78c2ecf20Sopenharmony_ci __u8 priv; 88c2ecf20Sopenharmony_ci __u16 chid; 98c2ecf20Sopenharmony_ci __u32 ilength; 108c2ecf20Sopenharmony_ci __u64 ioffset; 118c2ecf20Sopenharmony_ci __u64 runlist; 128c2ecf20Sopenharmony_ci __u64 vmm; 138c2ecf20Sopenharmony_ci __u64 inst; 148c2ecf20Sopenharmony_ci __u32 token; 158c2ecf20Sopenharmony_ci}; 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci#define NVC36F_V0_NTFY_NON_STALL_INTERRUPT 0x00 188c2ecf20Sopenharmony_ci#define NVC36F_V0_NTFY_KILLED 0x01 198c2ecf20Sopenharmony_ci#endif 20