Home
last modified time | relevance | path

Searched full:ompic (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/irqchip/
H A Dirq-ompic.c11 * The ompic device handles IPI communication between cores in multi-core
16 * For each CPU the ompic has 2 registers. The control register for sending
36 * - The ompic generates a level interrupt to the CPU PIC when a message is
38 * - The ompic does not have any interrupt input lines.
39 * - The ompic is wired to the same irq line on each core.
55 * | ompic |<===/ | Device |<===/
156 pr_err("ompic: duplicate ompic's are not supported"); in ompic_of_init()
161 pr_err("ompic: reg property requires an address and size"); in ompic_of_init()
166 pr_err("ompic: reg size, currently %d must be at least %d", in ompic_of_init()
175 pr_err("ompic: unable to map registers"); in ompic_of_init()
[all …]
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dopenrisc,ompic.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/openrisc,ompic.yaml#
15 - const: openrisc,ompic
40 compatible = "openrisc,ompic";
/linux/arch/openrisc/boot/dts/
H A Dsimple_smp.dts37 ompic: ompic@98000000 { label
38 compatible = "openrisc,ompic";
/linux/arch/openrisc/
H A DKconfig42 select OMPIC if SMP
/linux/
H A DMAINTAINERS19307 F: drivers/irqchip/irq-ompic.c