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

/linux-4.4.14/arch/sparc/kernel/
H A Dleon_kernel.c52 return LEON3_BYPASS_LOAD_PA(&leon3_irqctrl_regs->intid[cpu]) & 0x1f; leon_eirq_get()
87 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(boot_cpu_id)); leon_eirq_setup()
137 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(oldcpu)); leon_set_affinity()
139 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(newcpu)); leon_set_affinity()
154 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(cpu)); leon_unmask_irq()
167 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(cpu)); leon_mask_irq()
266 rld = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].rld); leon_cycles_offset()
267 val = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].val); leon_cycles_offset()
268 ctrl = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].ctrl); leon_cycles_offset()
270 val = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].val); leon_cycles_offset()
387 ctrl = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].ctrl); leon_init_timers()
390 ctrl = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].ctrl); leon_init_timers()
412 icsel = LEON3_BYPASS_LOAD_PA(&leon3_irqctrl_regs->icsel[boot_cpu_id/8]); leon_init_timers()
420 eirq = (LEON3_BYPASS_LOAD_PA(&leon3_irqctrl_regs->mpstatus) leon_init_timers()
441 config = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->config); leon_init_timers()
477 ctrl = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].ctrl); leon_clear_clock_irq()
511 LEON3_BYPASS_STORE_PA(addr, (LEON3_BYPASS_LOAD_PA(addr) | mask)); leon_enable_irq_cpu()
H A Dleon_smp.c136 ((LEON3_BYPASS_LOAD_PA(&(leon3_irqctrl_regs->mpstatus)) >> leon_smp_setbroadcast()
154 ((LEON3_BYPASS_LOAD_PA(&(leon3_irqctrl_regs->mpstatus)) >> leon_smp_nrcpus()
H A Dleon_pci_grpci1.c137 tmp = LEON3_BYPASS_LOAD_PA(pci_conf); grpci1_cfg_r32()
H A Dleon_pci_grpci2.c261 tmp = LEON3_BYPASS_LOAD_PA(pci_conf); grpci2_cfg_r32()
/linux-4.4.14/arch/sparc/include/asm/
H A Dleon.h80 #define LEON3_BYPASS_LOAD_PA(x) (leon_load_reg((unsigned long)(x))) macro

Completed in 93 milliseconds