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

/linux-master/arch/sparc/include/asm/
H A Dleon.h65 static inline void leon_store_reg(unsigned long paddr, unsigned long value) function
80 /* macro access for leon_load_reg() and leon_store_reg() */
82 #define LEON3_BYPASS_STORE_PA(x, v) (leon_store_reg((unsigned long)(x), (unsigned long)(v)))
84 #define LEON_BYPASS_STORE_PA(x, v) leon_store_reg((unsigned long)(x), (unsigned long)(v))

Completed in 248 milliseconds