HomeSort by relevance Sort by last modified time
    Searched defs:__CSR_32_ADJUST (Results 1 - 12 of 12) sorted by null

  /development/ndk/platforms/android-9/arch-mips/include/asm/
io.h 102 #define __CSR_32_ADJUST 4
105 #define __CSR_32_ADJUST 0
107 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
109 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
io.h 102 #define __CSR_32_ADJUST 4
105 #define __CSR_32_ADJUST 0
107 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
109 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
io.h 102 #define __CSR_32_ADJUST 4
105 #define __CSR_32_ADJUST 0
107 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
109 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
io.h 102 #define __CSR_32_ADJUST 4
105 #define __CSR_32_ADJUST 0
107 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
109 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
io.h 102 #define __CSR_32_ADJUST 4
105 #define __CSR_32_ADJUST 0
107 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
109 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
io.h 102 #define __CSR_32_ADJUST 4
105 #define __CSR_32_ADJUST 0
107 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
109 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
io.h 102 #define __CSR_32_ADJUST 4
105 #define __CSR_32_ADJUST 0
107 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
109 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
io.h 102 #define __CSR_32_ADJUST 4
105 #define __CSR_32_ADJUST 0
107 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
109 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
io.h 102 #define __CSR_32_ADJUST 4
105 #define __CSR_32_ADJUST 0
107 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
109 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
io.h 102 #define __CSR_32_ADJUST 4
105 #define __CSR_32_ADJUST 0
107 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
109 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
io.h 102 #define __CSR_32_ADJUST 4
105 #define __CSR_32_ADJUST 0
107 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
109 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
io.h 102 #define __CSR_32_ADJUST 4
105 #define __CSR_32_ADJUST 0
107 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
109 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))

Completed in 37 milliseconds