Home
last modified time | relevance | path

Searched full:vic (Results 1 – 25 of 59) sorted by relevance

123

/linux/drivers/scsi/fnic/
H A Dfnic_pci_subsys_devid.c24 "VIC 1280"},
26 "VIC 1240"},
28 PCI_SUBDEVICE_ID_CISCO_LEXINGTON, "VIC 1225"},
30 "VIC 1285"},
32 PCI_SUBDEVICE_ID_CISCO_KIRKWOODLAKE, "VIC 1225T"},
34 PCI_SUBDEVICE_ID_CISCO_SUSANVILLE, "VIC 1227"},
36 "VIC 1227T"},
39 "VIC 1340"},
41 "VIC 1380"},
45 "VIC 1385"},
[all …]
/linux/drivers/irqchip/
H A Dirq-aspeed-vic.c5 * Driver for Aspeed "new" VIC as found in SoC generation 3 and later
7 * Based on irq-vic.c:
58 static void vic_init_hw(struct aspeed_vic *vic) in vic_init_hw() argument
63 writel(0xffffffff, vic->base + AVIC_INT_ENABLE_CLR); in vic_init_hw()
64 writel(0xffffffff, vic->base + AVIC_INT_ENABLE_CLR + 4); in vic_init_hw()
67 writel(0xffffffff, vic->base + AVIC_INT_TRIGGER_CLR); in vic_init_hw()
68 writel(0xffffffff, vic->base + AVIC_INT_TRIGGER_CLR + 4); in vic_init_hw()
71 writel(0, vic->base + AVIC_INT_SELECT); in vic_init_hw()
72 writel(0, vic->base + AVIC_INT_SELECT + 4); in vic_init_hw()
78 sense = readl(vic->base + AVIC_INT_SENSE); in vic_init_hw()
[all …]
H A Dirq-vic.c3 * linux/arch/arm/common/vic.c
23 #include <linux/irqchip/arm-vic.h>
42 #define VIC_ITCR 0x300 /* VIC test control register */
49 * struct vic_device - VIC PM device
50 * @base: The register base for the VIC.
51 * @irq: The IRQ number for the base of the VIC.
59 * @domain: The IRQ domain for the VIC.
83 * @base: Base of the VIC.
101 static void resume_one_vic(struct vic_device *vic) in resume_one_vic() argument
103 void __iomem *base = vic->base; in resume_one_vic()
[all …]
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Darm,vic.yaml4 $id: http://devicetree.org/schemas/interrupt-controller/arm,vic.yaml#
13 One or more Vectored Interrupt Controllers (VIC's) can be connected in an
23 - arm,pl190-vic
24 - arm,pl192-vic
25 - arm,versatile-vic
33 VIC has no configuration options for interrupt sources. The single
70 // PL192 VIC
72 compatible = "arm,pl192-vic";
H A Dinterrupts.txt51 vic: intc@10140000 {
52 compatible = "arm,versatile-vic";
63 interrupt-parent = <&vic>;
64 interrupts = <31>; /* Cascaded to vic */
/linux/arch/arm/boot/dts/st/
H A Dspear3xx.dtsi11 interrupt-parent = <&vic>;
34 vic: interrupt-controller@f1100000 { label
35 compatible = "arm,pl190-vic";
44 interrupt-parent = <&vic>;
H A Dspear600.dtsi33 compatible = "arm,pl190-vic";
40 compatible = "arm,pl190-vic";
/linux/drivers/gpu/drm/meson/
H A Dmeson_venc.h57 bool meson_venc_hdmi_supported_vic(int vic);
58 bool meson_venc_hdmi_venc_repeat(int vic);
66 void meson_venc_hdmi_mode_set(struct meson_drm *priv, int vic,
/linux/drivers/gpu/drm/
H A Ddrm_edid.c1593 * HDMI 1.4 4k modes. Index using the VIC.
4262 static __always_inline const struct drm_display_mode *cea_mode_for_vic(u8 vic) in cea_mode_for_vic() argument
4267 if (vic >= 1 && vic < 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_mode_for_vic()
4268 return &edid_cea_modes_1[vic - 1]; in cea_mode_for_vic()
4269 if (vic >= 193 && vic < 193 + ARRAY_SIZE(edid_cea_modes_193)) in cea_mode_for_vic()
4270 return &edid_cea_modes_193[vic - 193]; in cea_mode_for_vic()
4279 static u8 cea_next_vic(u8 vic) in cea_next_vic() argument
4281 if (++vic == 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_next_vic()
4282 vic = 193; in cea_next_vic()
4283 return vic; in cea_next_vic()
[all …]
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-regs.h26 /* Interrupt Generation Register 0 from Host CPU to VIC */
33 /* Interrupt Clear Register 0 from Host CPU to VIC */
40 /* Interrupt Mask Register 0 from Host CPU to VIC */
47 /* Interrupt Status Register 0 from Host CPU to VIC */
54 /* Interrupt Mask Status Register 0 from Host CPU to VIC */
/linux/drivers/net/ethernet/cisco/enic/
H A DKconfig7 tristate "Cisco VIC Ethernet NIC Support"
11 This enables the support for the Cisco VIC Ethernet card.
/linux/drivers/infiniband/hw/usnic/
H A DKconfig3 tristate "Verbs support for Cisco VIC"
11 Cards (VICs), including the VIC 1240 and 1280 cards.
/linux/sound/soc/mediatek/mt7986/
H A Dmt7986-afe-common.h6 * Authors: Vic Wu <vic.wu@mediatek.com>
H A Dmt7986-reg.h6 * Authors: Vic Wu <vic.wu@mediatek.com>
/linux/arch/arm/boot/dts/arm/
H A Dversatile-ab.dts9 interrupt-parent = <&vic>;
208 vic: interrupt-controller@10140000 { label
209 compatible = "arm,versatile-vic";
221 interrupt-parent = <&vic>;
222 interrupts = <31>; /* Cascaded to vic */
427 interrupts-extended = <&vic 22 &sic 1>;
/linux/arch/nios2/include/asm/
H A Dprocessor.h6 * Vic Phillips (vic@microtronix.com)
/linux/arch/arm/boot/dts/hisilicon/
H A Dsd5203.dts13 interrupt-parent = <&vic>;
47 vic: interrupt-controller@10130000 { label
/linux/arch/arm/boot/dts/hpe/
H A Dhpe-gxp.dtsi63 compatible = "arm,pl192-vic";
70 compatible = "arm,pl192-vic";
/linux/drivers/gpu/drm/bridge/
H A Dinno-hdmi.c634 u8 vic = drm_match_cea_mode(mode); in inno_hdmi_config_video_csc() local
636 if (vic == 6 || vic == 7 || vic == 21 || vic == 22 || in inno_hdmi_config_video_csc()
637 vic == 2 || vic == 3 || vic == 17 || vic == 18) in inno_hdmi_config_video_csc()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/vic/
H A DKbuild2 #nvkm-y += nvkm/engine/vic/base.o
/linux/arch/nios2/kernel/
H A Dsetup.c6 * Copyright (C) 2001 Vic Phillips <vic@microtronix.com>
/linux/include/linux/irqchip/
H A Darm-vic.h3 * arch/arm/include/asm/hardware/vic.h
/linux/arch/arm/boot/dts/samsung/
H A Ds3c64xx.dtsi49 compatible = "arm,pl192-vic";
56 compatible = "arm,pl192-vic";
H A Ds5pv210.dtsi462 compatible = "arm,pl192-vic";
469 compatible = "arm,pl192-vic";
476 compatible = "arm,pl192-vic";
483 compatible = "arm,pl192-vic";
/linux/drivers/gpu/drm/tegra/
H A DMakefile26 vic.o \

123