| /netbsd-src/sys/arch/hppa/dev/ |
| H A D | mem.c | 188 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 D | drm_edid.c | 3228 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 D | drm_modes.c | 1229 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 D | spear3xx.dtsi | 11 interrupt-parent = <&vic>; 34 vic: interrupt-controller@f1100000 { label 35 compatible = "arm,pl190-vic"; 44 interrupt-parent = <&vic>;
|
| H A D | versatile-ab.dts | 9 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 D | sd5203.dts | 13 interrupt-parent = <&vic>; 47 vic: interrupt-controller@10130000 { label
|
| H A D | spear600.dtsi | 33 compatible = "arm,pl190-vic"; 40 compatible = "arm,pl190-vic";
|
| H A D | s3c64xx.dtsi | 49 compatible = "arm,pl192-vic"; 56 compatible = "arm,pl192-vic";
|
| H A D | s5pv210.dtsi | 474 compatible = "arm,pl192-vic"; 481 compatible = "arm,pl192-vic"; 488 compatible = "arm,pl192-vic"; 495 compatible = "arm,pl192-vic";
|
| H A D | nspire-cx.dts | 96 compatible = "arm,pl190-vic";
|
| H A D | aspeed-g5.dtsi | 10 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 D | aspeed-g4.dtsi | 9 interrupt-parent = <&vic>; 109 vic: interrupt-controller@1e6c0080 { label 110 compatible = "aspeed,ast2400-vic";
|
| H A D | integratorap-im-pd1.dts | 261 compatible = "arm,pl192-vic";
|
| /netbsd-src/sys/external/bsd/drm2/linux/ |
| H A D | linux_hdmi.c | 546 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 D | meson_genfb.c | 64 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 D | Kbuild | 2 #nvkm-y += nvkm/engine/vic/base.o
|
| /netbsd-src/lib/libedit/ |
| H A D | map.h | 56 const el_action_t *vic; /* The vi command mode key map */ member
|
| H A D | map.c | 923 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 D | dw_hdmi.c | 395 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 D | Kbuild | 24 include $(src)/nvkm/engine/vic/Kbuild
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
| H A D | device.h | 190 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 D | amdgpu_dc_resource.c | 2190 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 D | hdmi.h | 332 uint8_t vic; member
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra210.dtsi | 234 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 D | c64 | 403 >>0 use vic-prg 406 >>0 use vic-exe 408 0 name vic-prg 426 0 name vic-exe
|