Home
last modified time | relevance | path

Searched refs:_ACAST32_ (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/include/asm/
H A Daddrspace.h38 #define _ACAST32_
41 #define _ACAST32_ (_ATYPE_)(_ATYPE32_) /* widen if necessary */ macro
48 #define KSEGX(a) ((_ACAST32_(a)) & _ACAST32_(0xe0000000))
53 #define CPHYSADDR(a) ((_ACAST32_(a)) & 0x1fffffff)
/openbmc/u-boot/arch/mips/include/asm/
H A Daddrspace.h35 #define _ACAST32_
38 #define _ACAST32_ (_ATYPE_)(_ATYPE32_) /* widen if necessary */ macro
45 #define KSEGX(a) ((_ACAST32_ (a)) & 0xe0000000)
50 #define CPHYSADDR(a) ((_ACAST32_(a)) & 0x1fffffff)
/openbmc/linux/arch/loongarch/include/asm/
H A Daddrspace.h84 #define _ACAST32_
87 #define _ACAST32_ (_ATYPE_)(_ATYPE32_) /* widen if necessary */ macro