Home
last modified time | relevance | path

Searched refs:_ULCAST_ (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/
Dmipsregs.h34 #define _ULCAST_
36 #define _ULCAST_ (unsigned long) macro
164 #define IE_SW0 (_ULCAST_(1) << 8)
165 #define IE_SW1 (_ULCAST_(1) << 9)
166 #define IE_IRQ0 (_ULCAST_(1) << 10)
167 #define IE_IRQ1 (_ULCAST_(1) << 11)
169 #define IE_IRQ2 (_ULCAST_(1) << 12)
170 #define IE_IRQ3 (_ULCAST_(1) << 13)
171 #define IE_IRQ4 (_ULCAST_(1) << 14)
172 #define IE_IRQ5 (_ULCAST_(1) << 15)
[all …]
Dmipsmtregs.h70 #define MVPCONTROL_EVP (_ULCAST_(1))
72 #define MVPCONTROL_VPC (_ULCAST_(1) << MVPCONTROL_VPC_SHIFT)
75 #define MVPCONTROL_STLB (_ULCAST_(1) << MVPCONTROL_STLB_SHIFT)
77 #define MVPCONF0_PTC ( _ULCAST_(0xff))
80 #define MVPCONF0_PVPE ( _ULCAST_(0xf) << MVPCONF0_PVPE_SHIFT)
82 #define MVPCONF0_TCA ( _ULCAST_(1) << MVPCONF0_TCA_SHIFT)
85 #define MVPCONF0_PTLBE (_ULCAST_(0x3ff) << MVPCONF0_PTLBE_SHIFT)
87 #define MVPCONF0_TLBS (_ULCAST_(1) << MVPCONF0_TLBS_SHIFT)
90 #define MVPCONF0_M (_ULCAST_(0x1) << MVPCONF0_M_SHIFT)
92 #define CONFIG3_MT (_ULCAST_(1) << CONFIG3_MT_SHIFT)
[all …]