Home
last modified time | relevance | path

Searched +full:goldfish +full:- +full:pic (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dgoogle,goldfish-pic.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/google,goldfish-pic.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Android Goldfish PIC
10 - Miodrag Dinic <miodrag.dinic@mips.com>
13 Android Goldfish programmable interrupt device used by Android emulator.
17 const: google,goldfish-pic
25 interrupt-controller: true
27 '#interrupt-cells':
[all …]
/linux/arch/m68k/virt/
H A Dints.c1 // SPDX-License-Identifier: GPL-2.0
34 * 6 goldfish-pic for CPU IRQ #1 to IRQ #6
35 * CPU IRQ #1 -> PIC #1
36 * IRQ #1 to IRQ #31 -> unused
37 * IRQ #32 -> goldfish-tty
38 * CPU IRQ #2 -> PIC #2
39 * IRQ #1 to IRQ #32 -> virtio-mmio from 1 to 32
40 * CPU IRQ #3 -> PIC #3
41 * IRQ #1 to IRQ #32 -> virtio-mmio from 33 to 64
42 * CPU IRQ #4 -> PIC #4
[all …]
H A Dconfig.c1 // SPDX-License-Identifier: GPL-2.0
5 #include <clocksource/timer-goldfish.h>
8 #include <asm/bootinfo-virt.h>
58 * Parse a virtual-m68k-specific record in the bootinfo
64 const void *data = record->data; in virt_parse_bootinfo()
66 switch (be16_to_cpu(record->tag)) { in virt_parse_bootinfo()
71 virt_bi_data.pic.mmio = be32_to_cpup(data); in virt_parse_bootinfo()
73 virt_bi_data.pic.irq = be32_to_cpup(data); in virt_parse_bootinfo()
/linux/drivers/irqchip/
H A Dirq-goldfish-pic.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Driver for MIPS Goldfish Programmable Interrupt Controller.
20 /* 8..39 Cascaded Goldfish PIC interrupts */
41 pending = readl(gfpic->base + GFPIC_REG_IRQ_PENDING); in goldfish_pic_cascade()
44 generic_handle_domain_irq(gfpic->irq_domain, hwirq); in goldfish_pic_cascade()
66 ret = -ENOMEM; in goldfish_pic_of_init()
73 ret = -EINVAL; in goldfish_pic_of_init()
77 gfpic->base = of_iomap(of_node, 0); in goldfish_pic_of_init()
78 if (!gfpic->base) { in goldfish_pic_of_init()
80 ret = -ENOMEM; in goldfish_pic_of_init()
[all …]
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt16 force -- enable ACPI if default was off
17 on -- enable ACPI but allow fallback to DT [arm64,riscv64]
18 off -- disable ACPI if default was on
19 noirq -- do not use ACPI for IRQ routing
20 strict -- Be less tolerant of platforms that are not
22 rsdt -- prefer RSDT over (default) XSDT
23 copy_dsdt -- copy DSDT to memory
24 nocmcff -- Disable firmware first mode for corrected
28 nospcr -- disable console in ACPI SPCR table as
45 If set to vendor, prefer vendor-specific driver
[all …]