Searched refs:LEON3_BYPASS_LOAD_PA (Results 1 – 5 of 5) sorted by relevance
52 return LEON3_BYPASS_LOAD_PA(&leon3_irqctrl_regs->intid[cpu]) & 0x1f; in leon_eirq_get()87 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(boot_cpu_id)); in leon_eirq_setup()137 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(oldcpu)); in leon_set_affinity()139 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(newcpu)); in leon_set_affinity()154 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(cpu)); in leon_unmask_irq()167 oldmask = LEON3_BYPASS_LOAD_PA(LEON_IMASK(cpu)); in leon_mask_irq()266 rld = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].rld); in leon_cycles_offset()267 val = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].val); in leon_cycles_offset()268 ctrl = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].ctrl); in leon_cycles_offset()270 val = LEON3_BYPASS_LOAD_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].val); in leon_cycles_offset()[all …]
136 ((LEON3_BYPASS_LOAD_PA(&(leon3_irqctrl_regs->mpstatus)) >> in leon_smp_setbroadcast()154 ((LEON3_BYPASS_LOAD_PA(&(leon3_irqctrl_regs->mpstatus)) >> in leon_smp_nrcpus()
137 tmp = LEON3_BYPASS_LOAD_PA(pci_conf); in grpci1_cfg_r32()
261 tmp = LEON3_BYPASS_LOAD_PA(pci_conf); in grpci2_cfg_r32()
80 #define LEON3_BYPASS_LOAD_PA(x) (leon_load_reg((unsigned long)(x))) macro