Searched refs:LEON_BYPASS_STORE_PA (Results 1 – 2 of 2) sorted by relevance
147 LEON_BYPASS_STORE_PA(&(leon3_irqctrl_regs->mpbroadcast), mask); in leon_smp_setbroadcast()202 LEON_BYPASS_STORE_PA(&leon3_irqctrl_regs->mask[i], 0); in leon_boot_one_cpu()205 LEON_BYPASS_STORE_PA(&(leon3_irqctrl_regs->mpstatus), 1 << i); in leon_boot_one_cpu()
84 #define LEON_BYPASS_STORE_PA(x, v) leon_store_reg((unsigned long)(x), (unsigned long)(v)) macro