Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dio.h541 #define __CSR_32_ADJUST 4 macro
543 #define __CSR_32_ADJUST 0 macro
546 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
547 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dio.h543 #define __CSR_32_ADJUST 4 macro
545 #define __CSR_32_ADJUST 0 macro
548 #define csr_out32(v, a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
549 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST))

Completed in 2 milliseconds