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

/linux-master/arch/sparc/kernel/
H A Dleon_kernel.c87 LEON3_BYPASS_STORE_PA(LEON_IMASK(boot_cpu_id), (oldmask | mask));
137 LEON3_BYPASS_STORE_PA(LEON_IMASK(oldcpu), (oldmask & ~mask));
139 LEON3_BYPASS_STORE_PA(LEON_IMASK(newcpu), (oldmask | mask));
154 LEON3_BYPASS_STORE_PA(LEON_IMASK(cpu), (oldmask | mask));
167 LEON3_BYPASS_STORE_PA(LEON_IMASK(cpu), (oldmask & ~mask));
190 LEON3_BYPASS_STORE_PA(LEON_IACK, mask & ~LEON_DO_ACK_HW);
387 LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].ctrl,
396 LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].val, 0);
397 LEON3_BYPASS_STORE_PA(&leon3_gptimer_regs->e[leon3_gptimer_idx].rld,
399 LEON3_BYPASS_STORE_PA(
[all...]
H A Dleon_smp.c307 LEON3_BYPASS_STORE_PA(&leon3_irqctrl_regs->force[cpu], mask);
H A Dleon_pci_grpci1.c202 LEON3_BYPASS_STORE_PA(pci_conf, swab32(val));
H A Dleon_pci_grpci2.c334 LEON3_BYPASS_STORE_PA(pci_conf, swab32(val));
/linux-master/arch/sparc/include/asm/
H A Dleon.h82 #define LEON3_BYPASS_STORE_PA(x, v) (leon_store_reg((unsigned long)(x), (unsigned long)(v))) macro

Completed in 200 milliseconds