drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / arch / csky / abiv2 / inc / abi / reg_ops.h
blob49ba18a647511123f4c5a8c9698abda0583856ec
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __ABI_REG_OPS_H
4 #define __ABI_REG_OPS_H
5 #include <asm/reg_ops.h>
7 static inline unsigned int mfcr_hint(void)
9 return mfcr("cr31");
12 static inline unsigned int mfcr_ccr2(void)
14 return mfcr("cr23");
16 #endif /* __ABI_REG_OPS_H */