Home
last modified time | relevance | path

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

12

/netbsd-src/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()
220 ((struct vi_ctrl *)&vic)->core_prf = 1; in memattach()
223 ((struct vi_ctrl *)&vic)->vsc_tout == 0) in memattach()
225 ((struct vi_ctrl *)&vic)->vsc_tout = 850; in memattach()
227 sc->sc_vp->vi_control = vic; in memattach()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_edid.c3228 static __always_inline const struct drm_display_mode *cea_mode_for_vic(u8 vic) in cea_mode_for_vic() argument
3233 if (vic >= 1 && vic < 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_mode_for_vic()
3234 return &edid_cea_modes_1[vic - 1]; in cea_mode_for_vic()
3235 if (vic >= 193 && vic < 193 + ARRAY_SIZE(edid_cea_modes_193)) in cea_mode_for_vic()
3236 return &edid_cea_modes_193[vic - 193]; in cea_mode_for_vic()
3245 static u8 cea_next_vic(u8 vic) in cea_next_vic() argument
3247 if (++vic == 1 + ARRAY_SIZE(edid_cea_modes_1)) in cea_next_vic()
3248 vic = 193; in cea_next_vic()
3249 return vic; in cea_next_vic()
3278 cea_mode_alternate_timings(u8 vic, struct drm_display_mode *mode) in cea_mode_alternate_timings() argument
[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-src/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";
/netbsd-src/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-src/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-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/vic/
H A DKbuild2 #nvkm-y += nvkm/engine/vic/base.o
/netbsd-src/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-src/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-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/
H A DKbuild24 include $(src)/nvkm/engine/vic/Kbuild
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
H A Ddevice.h190 struct nvkm_engine *vic; member
267 int (*vic )(struct nvkm_device *, int idx, struct nvkm_engine **); member
/netbsd-src/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-src/sys/external/bsd/drm2/include/linux/
H A Dhdmi.h332 uint8_t vic; member
/netbsd-src/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";
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dc64403 >>0 use vic-prg
406 >>0 use vic-exe
408 0 name vic-prg
426 0 name vic-exe

12