HomeSort by relevance Sort by last modified time
    Searched refs:_ULCAST_ (Results 1 - 24 of 24) sorted by null

  /development/ndk/platforms/android-9/arch-mips/include/asm/
mipsregs.h 34 #define _ULCAST_
36 #define _ULCAST_ (unsigned long)
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...]