Home
last modified time | relevance | path

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

12

/netbsd/sys/arch/hppa/dev/
H A Dmem.c188 uint32_t vic; in memattach() local
215 vic = VI_CTRL; in memattach()
216 ((struct vi_ctrl *)&vic)->core_den = 0; in memattach()
217 ((struct vi_ctrl *)&vic)->sgc0_den = 0; in memattach()
218 ((struct vi_ctrl *)&vic)->sgc1_den = 0; in memattach()
219 ((struct vi_ctrl *)&vic)->eisa_den = 1; in memattach()
227 sc->sc_vp->vi_control = vic; in memattach()
292 uint32_t vic; in viper_eisa_en() local
297 vic = VI_CTRL; in viper_eisa_en()
298 ((struct vi_ctrl *)&vic)->eisa_den = 0; in viper_eisa_en()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_edid.c3298 if (((vic == 8 || vic == 9 || in cea_mode_alternate_timings()
3300 ((vic == 23 || vic == 24 || in cea_mode_alternate_timings()
3316 u8 vic; in drm_match_cea_mode_clock_tolerance() local
3324 for (vic = 1; vic < cea_num_vics(); vic = cea_next_vic(vic)) { in drm_match_cea_mode_clock_tolerance()
3355 u8 vic; in drm_match_cea_mode() local
3363 for (vic = 1; vic < cea_num_vics(); vic = cea_next_vic(vic)) { in drm_match_cea_mode()
3419 u8 vic; in drm_match_hdmi_mode_clock_tolerance() local
3427 for (vic = 1; vic < ARRAY_SIZE(edid_4k_modes); vic++) { in drm_match_hdmi_mode_clock_tolerance()
3457 u8 vic; in drm_match_hdmi_mode() local
3465 for (vic = 1; vic < ARRAY_SIZE(edid_4k_modes); vic++) { in drm_match_hdmi_mode()
[all …]
H A Ddrm_modes.c1229 u8 vic = drm_match_cea_mode(mode); in drm_mode_validate_ycbcr420() local
1233 if (test_bit(vic, hdmi->y420_vdb_modes)) { in drm_mode_validate_ycbcr420()
2091 u8 vic = drm_match_cea_mode(mode); in drm_mode_is_420_only() local
2093 return test_bit(vic, display->hdmi.y420_vdb_modes); in drm_mode_is_420_only()
2111 u8 vic = drm_match_cea_mode(mode); in drm_mode_is_420_also() local
2113 return test_bit(vic, display->hdmi.y420_cmdb_modes); in drm_mode_is_420_also()
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dspear3xx.dtsi11 interrupt-parent = <&vic>;
34 vic: interrupt-controller@f1100000 { label
35 compatible = "arm,pl190-vic";
44 interrupt-parent = <&vic>;
H A Dversatile-ab.dts9 interrupt-parent = <&vic>;
198 vic: interrupt-controller@10140000 { label
199 compatible = "arm,versatile-vic";
211 interrupt-parent = <&vic>;
212 interrupts = <31>; /* Cascaded to vic */
417 interrupts-extended = <&vic 22 &sic 1>;
H A Dsd5203.dts13 interrupt-parent = <&vic>;
47 vic: interrupt-controller@10130000 { label
H A Dspear600.dtsi33 compatible = "arm,pl190-vic";
40 compatible = "arm,pl190-vic";
H A Ds3c64xx.dtsi49 compatible = "arm,pl192-vic";
56 compatible = "arm,pl192-vic";
H A Ds5pv210.dtsi474 compatible = "arm,pl192-vic";
481 compatible = "arm,pl192-vic";
488 compatible = "arm,pl192-vic";
495 compatible = "arm,pl192-vic";
H A Dnspire-cx.dts96 compatible = "arm,pl190-vic";
H A Daspeed-g5.dtsi10 interrupt-parent = <&vic>;
130 vic: interrupt-controller@1e6c0080 { label
131 compatible = "aspeed,ast2400-vic";
277 interrupts-extended = <&vic 6>, <&scu_ic ASPEED_AST2500_SCU_IC_PCIE_RESET_LO_TO_HI>;
H A Daspeed-g4.dtsi9 interrupt-parent = <&vic>;
109 vic: interrupt-controller@1e6c0080 { label
110 compatible = "aspeed,ast2400-vic";
H A Dintegratorap-im-pd1.dts261 compatible = "arm,pl192-vic";
H A Dtegra124.dtsi168 vic@54340000 {
169 compatible = "nvidia,tegra124-vic";
173 clock-names = "vic";
175 reset-names = "vic";
/netbsd/sys/arch/arm/amlogic/
H A Dmeson_genfb.c64 u_int vic; member
529 const uint32_t vic = HDMI_READ(sc, HDMITX_AVI_INFO_ADDR + 4) & 0x7f; in meson_genfb_init() local
531 if (meson_genfb_modes[i].vic == vic) { in meson_genfb_init()
532 aprint_debug(" [HDMI VIC %d]", vic); in meson_genfb_init()
540 aprint_error(" [UNSUPPORTED HDMI VIC %d]", vic); in meson_genfb_init()
/netbsd/sys/external/bsd/drm2/linux/
H A Dlinux_hdmi.c546 if (frame->vic) { in hdmi_vendor_infoframe_length()
568 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_check()
583 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID) in hdmi_vendor_infoframe_pack()
600 if (frame->vic) { in hdmi_vendor_infoframe_pack()
602 p[4] = frame->vic; in hdmi_vendor_infoframe_pack()
643 frame->vic = p[4]; in hdmi_vendor_infoframe_unpack()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/vic/
H A DKbuild2 #nvkm-y += nvkm/engine/vic/base.o
/netbsd/lib/libedit/
H A Dmap.h56 const el_action_t *vic; /* The vi command mode key map */ member
H A Dmap.c923 el->el_map.vic = el_map_vi_command; in map_init()
961 el->el_map.vic = NULL; in map_end()
1037 const el_action_t *vic = el->el_map.vic; in map_init_vi() local
1046 alt[i] = vic[i]; in map_init_vi()
/netbsd/sys/dev/ic/
H A Ddw_hdmi.c395 dwhdmi_cea_mode_uses_fractional_vblank(uint8_t vic) in dwhdmi_cea_mode_uses_fractional_vblank() argument
401 if (match[n] == vic) in dwhdmi_cea_mode_uses_fractional_vblank()
413 const uint8_t vic = drm_match_cea_mode(mode); in dwhdmi_fc_init() local
433 if (dwhdmi_cea_mode_uses_fractional_vblank(vic)) in dwhdmi_fc_init()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/
H A DKbuild24 include $(src)/nvkm/engine/vic/Kbuild
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Ddevice.h187 struct nvkm_engine *vic; member
264 int (*vic )(struct nvkm_device *, int idx, struct nvkm_engine **); member
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_resource.c2190 unsigned int vic = pipe_ctx->stream->timing.vic; in set_avi_info_frame() local
2358 vic = 95; in set_avi_info_frame()
2361 vic = 94; in set_avi_info_frame()
2364 vic = 93; in set_avi_info_frame()
2367 vic = 98; in set_avi_info_frame()
2374 hdmi_info.bits.VIC0_VIC7 = vic; in set_avi_info_frame()
2375 if (vic >= 128) in set_avi_info_frame()
/netbsd/sys/external/bsd/drm2/include/linux/
H A Dhdmi.h332 uint8_t vic; member
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
H A Dtegra210.dtsi234 vic@54340000 {
235 compatible = "nvidia,tegra210-vic";
239 clock-names = "vic";
241 reset-names = "vic";
886 pd_vic: vic {
888 clock-names = "vic";
890 reset-names = "vic";

12