Searched refs:leon_store_reg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | leon.h | 65 static inline void leon_store_reg(unsigned long paddr, unsigned long value) in leon_store_reg() 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))
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | leon.h | 65 static inline void leon_store_reg(unsigned long paddr, unsigned long value) in leon_store_reg() 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 2 milliseconds