Searched +full:pic +full:- +full:base +full:- +full:vec (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/interrupt-controller/loongson,pch-pic.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Loongson PCH PIC Controller10 - Jiaxun Yang <jiaxun.yang@flygoat.com>14 transforming interrupts from on-chip devices into HyperTransport vectorized19 const: loongson,pch-pic-1.024 loongson,pic-base-vec:26 u32 value of the base of parent HyperTransport vector allocated[all …]
1 // SPDX-License-Identifier: GPL-2.04 * Loongson PCH PIC support7 #define pr_fmt(fmt) "pch-pic: " fmt20 #include "irq-loongson.h"43 void __iomem *base; member62 return priv->table[hirq]; in hwirq_to_bit()68 void __iomem *addr = priv->base + offset + PIC_REG_IDX(bit) * 4; in pch_pic_bitset()70 raw_spin_lock(&priv->pic_lock); in pch_pic_bitset()74 raw_spin_unlock(&priv->pic_lock); in pch_pic_bitset()80 void __iomem *addr = priv->base + offset + PIC_REG_IDX(bit) * 4; in pch_pic_bitclr()[all …]
1 // SPDX-License-Identifier: GPL-2.06 /dts-v1/;8 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/clock/loongson,ls2k-clk.h>12 #address-cells = <2>;13 #size-cells = <2>;16 #address-cells = <1>;17 #size-cells = <0>;34 ref_100m: clock-ref-100m {35 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Kernel-based Virtual Machine driver for Linux16 * Ben-Ami Yassour <benami@il.ibm.com>48 #include <linux/user-return-notifier.h>107 ((struct kvm_vcpu *)(ctxt)->vcpu)110 * - enable syscall per default because its emulated by KVM111 * - enable LME and LMA per default on 64 bit KVM145 *(((struct kvm_x86_ops *)0)->func));148 #include <asm/kvm-x86-ops.h>165 /* tsc tolerance in parts per million - default to 1/2 of the NTP threshold */[all …]