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

  /bionic/libc/kernel/arch-mips/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))
  /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-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-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-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))
  /external/kernel-headers/original/asm-mips/
io.h 570 #define __CSR_32_ADJUST 4
572 #define __CSR_32_ADJUST 0
575 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
576 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))

Completed in 799 milliseconds