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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/sibyte/
H A D64bit.h117 #define __CSR_32_ADJUST 4 macro
119 #define __CSR_32_ADJUST 0 macro
122 #define csr_out32(v,a) (*(u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
123 #define csr_in32(a) (*(u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/sibyte/
H A D64bit.h117 #define __CSR_32_ADJUST 4 macro
119 #define __CSR_32_ADJUST 0 macro
122 #define csr_out32(v,a) (*(u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
123 #define csr_in32(a) (*(u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/sibyte/
H A D64bit.h117 #define __CSR_32_ADJUST 4 macro
119 #define __CSR_32_ADJUST 0 macro
122 #define csr_out32(v,a) (*(u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
123 #define csr_in32(a) (*(u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/sibyte/
H A D64bit.h117 #define __CSR_32_ADJUST 4 macro
119 #define __CSR_32_ADJUST 0 macro
122 #define csr_out32(v,a) (*(u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
123 #define csr_in32(a) (*(u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/sibyte/
H A D64bit.h117 #define __CSR_32_ADJUST 4 macro
119 #define __CSR_32_ADJUST 0 macro
122 #define csr_out32(v,a) (*(u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
123 #define csr_in32(a) (*(u32 *)((unsigned long)(a) + __CSR_32_ADJUST))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/sibyte/
H A D64bit.h117 #define __CSR_32_ADJUST 4 macro
119 #define __CSR_32_ADJUST 0 macro
122 #define csr_out32(v,a) (*(u32 *)((unsigned long)(a) + __CSR_32_ADJUST) = (v))
123 #define csr_in32(a) (*(u32 *)((unsigned long)(a) + __CSR_32_ADJUST))

Completed in 45 milliseconds