Home
last modified time | relevance | path

Searched refs:__CSR_32_ADJUST (Results 1 – 1 of 1) sorted by relevance

/arch/mips/include/asm/
A Dio.h484 #define __CSR_32_ADJUST 4 macro
486 #define __CSR_32_ADJUST 0 macro
489 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
490 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))

Completed in 3 milliseconds