Searched refs:_ULCAST_ (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dmipsregs.h35 #define _ULCAST_ macro
37 #define _ULCAST_ (unsigned long) macro
268 #define PG_RIE (_ULCAST_(1) << 31)
269 #define PG_XIE (_ULCAST_(1) << 30)
270 #define PG_ELPA (_ULCAST_(1) << 29)
271 #define PG_ESP (_ULCAST_(1) << 28)
276 #define IE_SW0 (_ULCAST_(1) << 8)
277 #define IE_SW1 (_ULCAST_(1) << 9)
278 #define IE_IRQ0 (_ULCAST_(1) << 10)
279 #define IE_IRQ1 (_ULCAST_(
[all...]
H A Dmipsmtregs.h72 #define MVPCONTROL_EVP (_ULCAST_(1))
75 #define MVPCONTROL_VPC (_ULCAST_(1) << MVPCONTROL_VPC_SHIFT)
78 #define MVPCONTROL_STLB (_ULCAST_(1) << MVPCONTROL_STLB_SHIFT)
83 #define MVPCONF0_PTC ( _ULCAST_(0xff))
85 #define MVPCONF0_PVPE ( _ULCAST_(0xf) << MVPCONF0_PVPE_SHIFT)
87 #define MVPCONF0_TCA ( _ULCAST_(1) << MVPCONF0_TCA_SHIFT)
89 #define MVPCONF0_PTLBE (_ULCAST_(0x3ff) << MVPCONF0_PTLBE_SHIFT)
91 #define MVPCONF0_TLBS (_ULCAST_(1) << MVPCONF0_TLBS_SHIFT)
93 #define MVPCONF0_M (_ULCAST_(0x1) << MVPCONF0_M_SHIFT)
98 #define CONFIG3_MT (_ULCAST_(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmipsregs.h35 #define _ULCAST_ macro
37 #define _ULCAST_ (unsigned long) macro
268 #define PG_RIE (_ULCAST_(1) << 31)
269 #define PG_XIE (_ULCAST_(1) << 30)
270 #define PG_ELPA (_ULCAST_(1) << 29)
271 #define PG_ESP (_ULCAST_(1) << 28)
276 #define IE_SW0 (_ULCAST_(1) << 8)
277 #define IE_SW1 (_ULCAST_(1) << 9)
278 #define IE_IRQ0 (_ULCAST_(1) << 10)
279 #define IE_IRQ1 (_ULCAST_(
[all...]
H A Dmipsmtregs.h72 #define MVPCONTROL_EVP (_ULCAST_(1))
75 #define MVPCONTROL_VPC (_ULCAST_(1) << MVPCONTROL_VPC_SHIFT)
78 #define MVPCONTROL_STLB (_ULCAST_(1) << MVPCONTROL_STLB_SHIFT)
83 #define MVPCONF0_PTC ( _ULCAST_(0xff))
85 #define MVPCONF0_PVPE ( _ULCAST_(0xf) << MVPCONF0_PVPE_SHIFT)
87 #define MVPCONF0_TCA ( _ULCAST_(1) << MVPCONF0_TCA_SHIFT)
89 #define MVPCONF0_PTLBE (_ULCAST_(0x3ff) << MVPCONF0_PTLBE_SHIFT)
91 #define MVPCONF0_TLBS (_ULCAST_(1) << MVPCONF0_TLBS_SHIFT)
93 #define MVPCONF0_M (_ULCAST_(0x1) << MVPCONF0_M_SHIFT)
98 #define CONFIG3_MT (_ULCAST_(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/include/
H A Dmipsinc.h122 #define _ULCAST_ macro
143 #define _ULCAST_ (unsigned long) macro
209 #define PHYSADDR(a) (_ULCAST_(a) & PHYSADDR_MASK)
210 #define KSEG0ADDR(a) ((_ULCAST_(a) & PHYSADDR_MASK) | KSEG0)
211 #define KSEG1ADDR(a) ((_ULCAST_(a) & PHYSADDR_MASK) | KSEG1)
212 #define KSEG2ADDR(a) ((_ULCAST_(a) & PHYSADDR_MASK) | KSEG2)
213 #define KSEG3ADDR(a) ((_ULCAST_(a) & PHYSADDR_MASK) | KSEG3)
257 #define IE_SW0 (_ULCAST_(1) << 8)
258 #define IE_SW1 (_ULCAST_(1) << 9)
259 #define IE_IRQ0 (_ULCAST_(
[all...]
H A Darminc.h62 #define _ULCAST_ macro
77 #define _ULCAST_ (unsigned long) macro
253 #define PHYSADDR(a) (_ULCAST_(a) & PHYSADDR_MASK)

Completed in 132 milliseconds