Home
last modified time | relevance | path

Searched refs:vic (Results 1 – 25 of 53) sorted by relevance

123

/Linux-v5.4/drivers/gpu/drm/tegra/
Dvic.c30 struct vic { struct
46 static inline struct vic *to_vic(struct tegra_drm_client *client) in to_vic() argument
48 return container_of(client, struct vic, client); in to_vic()
51 static void vic_writel(struct vic *vic, u32 value, unsigned int offset) in vic_writel() argument
53 writel(value, vic->regs + offset); in vic_writel()
58 struct vic *vic = dev_get_drvdata(dev); in vic_runtime_resume() local
61 err = clk_prepare_enable(vic->clk); in vic_runtime_resume()
67 err = reset_control_deassert(vic->rst); in vic_runtime_resume()
76 clk_disable_unprepare(vic->clk); in vic_runtime_resume()
82 struct vic *vic = dev_get_drvdata(dev); in vic_runtime_suspend() local
[all …]
DMakefile22 vic.o
/Linux-v5.4/drivers/irqchip/
Dirq-aspeed-vic.c58 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()
79 vic->edge_sources[0] = ~sense; in vic_init_hw()
80 sense = readl(vic->base + AVIC_INT_SENSE + 4); in vic_init_hw()
[all …]
Dirq-vic.c99 static void resume_one_vic(struct vic_device *vic) in resume_one_vic() argument
101 void __iomem *base = vic->base; in resume_one_vic()
108 writel(vic->int_select, base + VIC_INT_SELECT); in resume_one_vic()
109 writel(vic->protect, base + VIC_PROTECT); in resume_one_vic()
112 writel(vic->int_enable, base + VIC_INT_ENABLE); in resume_one_vic()
113 writel(~vic->int_enable, base + VIC_INT_ENABLE_CLEAR); in resume_one_vic()
117 writel(vic->soft_int, base + VIC_INT_SOFT); in resume_one_vic()
118 writel(~vic->soft_int, base + VIC_INT_SOFT_CLEAR); in resume_one_vic()
129 static void suspend_one_vic(struct vic_device *vic) in suspend_one_vic() argument
131 void __iomem *base = vic->base; in suspend_one_vic()
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Daspeed,ast2400-vic.txt9 - compatible : "aspeed,ast2400-vic"
10 "aspeed,ast2500-vic"
18 vic: interrupt-controller@1e6c0080 {
19 compatible = "aspeed,ast2400-vic";
Darm,vic.txt10 "arm,pl190-vic"
11 "arm,pl192-vic"
34 compatible = "arm,pl192-vic";
Dinterrupts.txt51 vic: intc@10140000 {
52 compatible = "arm,versatile-vic";
63 interrupt-parent = <&vic>;
64 interrupts = <31>; /* Cascaded to vic */
/Linux-v5.4/drivers/gpu/drm/
Ddrm_edid.c2999 cea_mode_alternate_timings(u8 vic, struct drm_display_mode *mode) in cea_mode_alternate_timings() argument
3019 if (((vic == 8 || vic == 9 || in cea_mode_alternate_timings()
3020 vic == 12 || vic == 13) && mode->vtotal < 263) || in cea_mode_alternate_timings()
3021 ((vic == 23 || vic == 24 || in cea_mode_alternate_timings()
3022 vic == 27 || vic == 28) && mode->vtotal < 314)) { in cea_mode_alternate_timings()
3037 u8 vic; in drm_match_cea_mode_clock_tolerance() local
3045 for (vic = 1; vic < ARRAY_SIZE(edid_cea_modes); vic++) { in drm_match_cea_mode_clock_tolerance()
3046 struct drm_display_mode cea_mode = edid_cea_modes[vic]; in drm_match_cea_mode_clock_tolerance()
3059 return vic; in drm_match_cea_mode_clock_tolerance()
3060 } while (cea_mode_alternate_timings(vic, &cea_mode)); in drm_match_cea_mode_clock_tolerance()
[all …]
/Linux-v5.4/drivers/gpu/drm/meson/
Dmeson_venc.h53 bool meson_venc_hdmi_supported_vic(int vic);
54 bool meson_venc_hdmi_venc_repeat(int vic);
62 void meson_venc_hdmi_mode_set(struct meson_drm *priv, int vic,
Dmeson_venc.c818 unsigned int vic; member
879 bool meson_venc_hdmi_supported_vic(int vic) in meson_venc_hdmi_supported_vic() argument
883 while (vmode->vic && vmode->mode) { in meson_venc_hdmi_supported_vic()
884 if (vmode->vic == vic) in meson_venc_hdmi_supported_vic()
918 static union meson_hdmi_venc_mode *meson_venc_hdmi_get_vic_vmode(int vic) in meson_venc_hdmi_get_vic_vmode() argument
922 while (vmode->vic && vmode->mode) { in meson_venc_hdmi_get_vic_vmode()
923 if (vmode->vic == vic) in meson_venc_hdmi_get_vic_vmode()
931 bool meson_venc_hdmi_venc_repeat(int vic) in meson_venc_hdmi_venc_repeat() argument
934 if (vic == 6 || vic == 7 || /* 480i */ in meson_venc_hdmi_venc_repeat()
935 vic == 21 || vic == 22 || /* 576i */ in meson_venc_hdmi_venc_repeat()
[all …]
Dmeson_dw_hdmi.c374 int vic = drm_match_cea_mode(mode); in dw_hdmi_set_vclk() local
381 if (!vic) { in dw_hdmi_set_vclk()
393 if (meson_venc_hdmi_venc_repeat(vic)) in dw_hdmi_set_vclk()
619 int vic = drm_match_cea_mode(mode); in dw_hdmi_mode_valid() local
630 if (!vic) { in dw_hdmi_mode_valid()
637 } else if (!meson_venc_hdmi_supported_vic(vic)) in dw_hdmi_mode_valid()
650 if (meson_venc_hdmi_venc_repeat(vic)) in dw_hdmi_mode_valid()
715 int vic = drm_match_cea_mode(mode); in meson_venc_hdmi_encoder_mode_set() local
717 DRM_DEBUG_DRIVER("\"%s\" vic %d\n", mode->name, vic); in meson_venc_hdmi_encoder_mode_set()
720 meson_venc_hdmi_mode_set(priv, vic, mode); in meson_venc_hdmi_encoder_mode_set()
/Linux-v5.4/drivers/gpu/drm/rockchip/
Drk3066_hdmi.c23 int vic; /* The CEA Video ID (VIC) of the current drm display mode. */ member
221 if (hdmi->hdmi_data.vic == 2 || hdmi->hdmi_data.vic == 3) in rk3066_hdmi_config_video_timing()
319 hdmi->hdmi_data.vic = drm_match_cea_mode(mode); in rk3066_hdmi_setup()
322 if (hdmi->hdmi_data.vic == 6 || hdmi->hdmi_data.vic == 7 || in rk3066_hdmi_setup()
323 hdmi->hdmi_data.vic == 21 || hdmi->hdmi_data.vic == 22 || in rk3066_hdmi_setup()
324 hdmi->hdmi_data.vic == 2 || hdmi->hdmi_data.vic == 3 || in rk3066_hdmi_setup()
325 hdmi->hdmi_data.vic == 17 || hdmi->hdmi_data.vic == 18) in rk3066_hdmi_setup()
491 u32 vic = drm_match_cea_mode(mode); in rk3066_hdmi_connector_mode_valid() local
493 if (vic > 1) in rk3066_hdmi_connector_mode_valid()
Dinno_hdmi.c31 int vic; member
435 hdmi->hdmi_data.vic = drm_match_cea_mode(mode); in inno_hdmi_setup()
440 if ((hdmi->hdmi_data.vic == 6) || (hdmi->hdmi_data.vic == 7) || in inno_hdmi_setup()
441 (hdmi->hdmi_data.vic == 21) || (hdmi->hdmi_data.vic == 22) || in inno_hdmi_setup()
442 (hdmi->hdmi_data.vic == 2) || (hdmi->hdmi_data.vic == 3) || in inno_hdmi_setup()
443 (hdmi->hdmi_data.vic == 17) || (hdmi->hdmi_data.vic == 18)) in inno_hdmi_setup()
/Linux-v5.4/arch/arm/boot/dts/
Dspear3xx.dtsi11 interrupt-parent = <&vic>;
34 vic: interrupt-controller@f1100000 { label
35 compatible = "arm,pl190-vic";
44 interrupt-parent = <&vic>;
Dversatile-ab.dts9 interrupt-parent = <&vic>;
198 vic: intc@10140000 { label
199 compatible = "arm,versatile-vic";
212 interrupt-parent = <&vic>;
213 interrupts = <31>; /* Cascaded to vic */
418 interrupts-extended = <&vic 22 &sic 1>;
Dspear600.dtsi33 compatible = "arm,pl190-vic";
40 compatible = "arm,pl190-vic";
Dpicoxcell-pc3x2.dtsi64 compatible = "arm,pl192-vic";
71 compatible = "arm,pl192-vic";
Ds3c64xx.dtsi49 compatible = "arm,pl192-vic";
56 compatible = "arm,pl192-vic";
/Linux-v5.4/arch/s390/kernel/
Dtraps.c198 int si_code, vic; in vector_exception() local
207 vic = (current->thread.fpu.fpc & 0xf00) >> 8; in vector_exception()
208 switch (vic) { in vector_exception()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/vic/
DKbuild2 #nvkm-y += nvkm/engine/vic/base.o
/Linux-v5.4/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_core.c1495 int vic; in analogix_dp_bridge_mode_set() local
1503 vic = drm_match_cea_mode(mode); in analogix_dp_bridge_mode_set()
1504 if ((vic == 6) || (vic == 7) || (vic == 21) || (vic == 22) || in analogix_dp_bridge_mode_set()
1505 (vic == 2) || (vic == 3) || (vic == 17) || (vic == 18)) { in analogix_dp_bridge_mode_set()
1508 } else if (vic) { in analogix_dp_bridge_mode_set()
/Linux-v5.4/drivers/video/
Dhdmi.c513 else if (frame->vic != 0 || frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_length()
527 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_check_only()
600 } else if (frame->vic) { in hdmi_vendor_infoframe_pack_only()
602 ptr[8] = frame->vic; in hdmi_vendor_infoframe_pack_only()
1493 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) { in hdmi_vendor_any_infoframe_log()
1498 if (hvf->vic) in hdmi_vendor_any_infoframe_log()
1499 hdmi_log(" HDMI VIC: %u\n", hvf->vic); in hdmi_vendor_any_infoframe_log()
1768 hvf->vic = ptr[4]; in hdmi_vendor_any_infoframe_unpack()
/Linux-v5.4/Documentation/devicetree/bindings/arm/
Dpicoxcell.txt21 - compatible = "arm,pl192-vic".
/Linux-v5.4/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c150 int vic; member
1751 if (hdmi->vic == 39) in hdmi_av_composer()
1969 hdmi->vic = drm_match_cea_mode(mode); in dw_hdmi_setup()
1971 if (!hdmi->vic) { in dw_hdmi_setup()
1974 dev_dbg(hdmi->dev, "CEA mode used vic=%d\n", hdmi->vic); in dw_hdmi_setup()
1977 if ((hdmi->vic == 6) || (hdmi->vic == 7) || in dw_hdmi_setup()
1978 (hdmi->vic == 21) || (hdmi->vic == 22) || in dw_hdmi_setup()
1979 (hdmi->vic == 2) || (hdmi->vic == 3) || in dw_hdmi_setup()
1980 (hdmi->vic == 17) || (hdmi->vic == 18)) in dw_hdmi_setup()
/Linux-v5.4/include/media/
Dv4l2-dv-timings.h109 bool v4l2_find_dv_timings_cea861_vic(struct v4l2_dv_timings *t, u8 vic);

123