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

/linux-4.4.14/arch/sparc/include/asm/
H A Dleon.h64 static inline void leon_store_reg(unsigned long paddr, unsigned long value) leon_store_reg() function
79 /* macro access for leon_load_reg() and leon_store_reg() */
81 #define LEON3_BYPASS_STORE_PA(x, v) (leon_store_reg((unsigned long)(x), (unsigned long)(v)))
83 #define LEON_BYPASS_STORE_PA(x, v) leon_store_reg((unsigned long)(x), (unsigned long)(v))

Completed in 50 milliseconds