repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git]
/
arch
/
csky
/
abiv2
/
inc
/
abi
/
reg_ops.h
blob
49ba18a647511123f4c5a8c9698abda0583856ec
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifndef __ABI_REG_OPS_H
4
#define __ABI_REG_OPS_H
5
#include <asm/reg_ops.h>
6
7
static
inline
unsigned int
mfcr_hint
(
void
)
8
{
9
return
mfcr
(
"cr31"
);
10
}
11
12
static
inline
unsigned int
mfcr_ccr2
(
void
)
13
{
14
return
mfcr
(
"cr23"
);
15
}
16
#endif
/* __ABI_REG_OPS_H */