Searched +full:goldfish +full:- +full:pic (Results 1 – 5 of 5) sorted by relevance
1 # 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 PIC10 - Miodrag Dinic <miodrag.dinic@mips.com>13 Android Goldfish programmable interrupt device used by Android emulator.17 const: google,goldfish-pic25 interrupt-controller: true27 '#interrupt-cells':[all …]
1 // SPDX-License-Identifier: GPL-2.034 * 6 goldfish-pic for CPU IRQ #1 to IRQ #635 * CPU IRQ #1 -> PIC #136 * IRQ #1 to IRQ #31 -> unused37 * IRQ #32 -> goldfish-tty38 * CPU IRQ #2 -> PIC #239 * IRQ #1 to IRQ #32 -> virtio-mmio from 1 to 3240 * CPU IRQ #3 -> PIC #341 * IRQ #1 to IRQ #32 -> virtio-mmio from 33 to 6442 * CPU IRQ #4 -> PIC #4[all …]
1 // SPDX-License-Identifier: GPL-2.05 #include <clocksource/timer-goldfish.h>8 #include <asm/bootinfo-virt.h>58 * Parse a virtual-m68k-specific record in the bootinfo64 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()
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * 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 …]
16 force -- enable ACPI if default was off17 on -- enable ACPI but allow fallback to DT [arm64,riscv64]18 off -- disable ACPI if default was on19 noirq -- do not use ACPI for IRQ routing20 strict -- Be less tolerant of platforms that are not22 rsdt -- prefer RSDT over (default) XSDT23 copy_dsdt -- copy DSDT to memory24 nocmcff -- Disable firmware first mode for corrected28 nospcr -- disable console in ACPI SPCR table as45 If set to vendor, prefer vendor-specific driver[all …]