Searched refs:LEON3_BYPASS_STORE_PA (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/sparc/kernel/ |
H A D | leon_kernel.c | 87 LEON3_BYPASS_STORE_PA(LEON_IMASK(boot_cpu_id), (oldmask | mask)); in leon_eirq_setup() 137 LEON3_BYPASS_STORE_PA(LEON_IMASK(oldcpu), (oldmask & ~mask)); in leon_set_affinity() 139 LEON3_BYPASS_STORE_PA(LEON_IMASK(newcpu), (oldmask | mask)); in leon_set_affinity() 154 LEON3_BYPASS_STORE_PA(LEON_IMASK(cpu), (oldmask | mask)); in leon_unmask_irq() 167 LEON3_BYPASS_STORE_PA(LEON_IMASK(cpu), (oldmask & ~mask)); in leon_mask_irq() 190 LEON3_BYPASS_STORE_PA(LEON_IACK, mask & ~LEON_DO_ACK_HW); in leon_eoi_irq() 387 LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].ctrl, in leon_init_timers() 397 LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].rld, in leon_init_timers() 399 LEON3_BYPASS_STORE_PA( in leon_init_timers() 416 LEON3_BYPASS_STORE_PA(&leon3_irqctrl_regs->mask[boot_cpu_id], 0); in leon_init_timers() [all …]
|
H A D | leon_smp.c | 307 LEON3_BYPASS_STORE_PA(&leon3_irqctrl_regs->force[cpu], mask); in leon_send_ipi()
|
H A D | leon_pci_grpci1.c | 202 LEON3_BYPASS_STORE_PA(pci_conf, swab32(val)); in grpci1_cfg_w32()
|
H A D | leon_pci_grpci2.c | 334 LEON3_BYPASS_STORE_PA(pci_conf, swab32(val)); in grpci2_cfg_w32()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | leon.h | 82 #define LEON3_BYPASS_STORE_PA(x, v) (leon_store_reg((unsigned long)(x), (unsigned long)(v))) macro
|