18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef STATE_3D_XML 38c2ecf20Sopenharmony_ci#define STATE_3D_XML 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/* This is a cut-down version of the state_3d.xml.h file */ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#define VIVS_TS_FLUSH_CACHE 0x00001650 88c2ecf20Sopenharmony_ci#define VIVS_TS_FLUSH_CACHE_FLUSH 0x00000001 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#define VIVS_NTE_DESCRIPTOR_FLUSH 0x00014c44 118c2ecf20Sopenharmony_ci#define VIVS_NTE_DESCRIPTOR_FLUSH_UNK28__MASK 0xf0000000 128c2ecf20Sopenharmony_ci#define VIVS_NTE_DESCRIPTOR_FLUSH_UNK28__SHIFT 28 138c2ecf20Sopenharmony_ci#define VIVS_NTE_DESCRIPTOR_FLUSH_UNK28(x) (((x) << VIVS_NTE_DESCRIPTOR_FLUSH_UNK28__SHIFT) & VIVS_NTE_DESCRIPTOR_FLUSH_UNK28__MASK) 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif /* STATE_3D_XML */ 16