Searched defs:__CSR_32_ADJUST (Results 1 - 1 of 1) sorted by path

/bionic/libc/kernel/arch-mips/asm/
H A Dio.h102 #define __CSR_32_ADJUST 4 macro
105 #define __CSR_32_ADJUST 0 macro
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 102 milliseconds