Home
last modified time | relevance | path

Searched refs:LEON3_BYPASS_STORE_PA (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/sparc/kernel/
Dleon_kernel.c91 LEON3_BYPASS_STORE_PA(LEON_IMASK, in leon_enable_irq()
101 LEON3_BYPASS_STORE_PA(LEON_IMASK, in leon_disable_irq()
177 LEON3_BYPASS_STORE_PA( in leon_init_timers()
179 LEON3_BYPASS_STORE_PA( in leon_init_timers()
182 LEON3_BYPASS_STORE_PA( in leon_init_timers()
196 LEON3_BYPASS_STORE_PA( in leon_init_timers()
198 LEON3_BYPASS_STORE_PA( in leon_init_timers()
201 LEON3_BYPASS_STORE_PA( in leon_init_timers()
254 LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].ctrl, in leon_init_timers()
260 LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx+1].ctrl, in leon_init_timers()
[all …]
/linux-2.6.39/arch/sparc/include/asm/
Dleon.h173 #define LEON3_BYPASS_STORE_PA(x, v) (leon_store_reg((unsigned long)(x), (unsigned long)(v))) macro
174 #define LEON3_BYPASS_ANDIN_PA(x, v) LEON3_BYPASS_STORE_PA(x, LEON3_BYPASS_LOAD_PA(x) & v)
175 #define LEON3_BYPASS_ORIN_PA(x, v) LEON3_BYPASS_STORE_PA(x, LEON3_BYPASS_LOAD_PA(x) | v)