Searched refs:vic (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/sys/arch/hppa/hppa/
H A Dmem.c189 u_int32_t vic; local
220 vic = VI_CTRL;
221 vic &= ~VI_CTRL_CORE_DEN;
222 vic &= ~VI_CTRL_SGC0_DEN;
223 vic &= ~VI_CTRL_SGC1_DEN;
224 vic |= VI_CTRL_EISA_DEN;
225 vic |= VI_CTRL_CORE_PRF;
227 if (settimeout && (vic & VI_CTRL_VSC_TOUT) == 0)
228 vic |= (850 << 19); /* clks */
230 sc->sc_vp->vi_control = vic;
288 u_int32_t vic; local
[all...]
/openbsd-current/lib/libedit/
H A Dmap.h57 const el_action_t *vic; /* The vi command mode key map */ member in struct:el_map_t
H A Dmap.c917 el->el_map.vic = el_map_vi_command;
953 el->el_map.vic = NULL;
1029 const el_action_t *vic = el->el_map.vic; local
1038 alt[i] = vic[i];
H A Dtty.c904 dalt = el->el_map.vic;
H A Dterminal.c1154 dmap = el->el_map.type == MAP_VI ? el->el_map.vic : el->el_map.emacs;
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_edid.c4203 static __always_inline const struct drm_display_mode *cea_mode_for_vic(u8 vic) argument
4208 if (vic >= 1 && vic < 1 + ARRAY_SIZE(edid_cea_modes_1))
4209 return &edid_cea_modes_1[vic - 1];
4210 if (vic >= 193 && vic < 193 + ARRAY_SIZE(edid_cea_modes_193))
4211 return &edid_cea_modes_193[vic - 193];
4220 static u8 cea_next_vic(u8 vic) argument
4222 if (++vic == 1 + ARRAY_SIZE(edid_cea_modes_1))
4223 vic
4253 cea_mode_alternate_timings(u8 vic, struct drm_display_mode *mode) argument
4293 u8 vic; local
4334 u8 vic; local
4366 drm_valid_cea_vic(u8 vic) argument
4400 u8 vic; local
4438 u8 vic; local
4462 drm_valid_hdmi_vic(u8 vic) argument
4486 u8 vic = drm_match_cea_mode(mode); local
4581 u8 vic = svd_to_vic(svds[i]); local
4711 add_hdmi_mode(struct drm_connector *connector, u8 vic) argument
4830 u8 vic; local
5323 u8 vic; local
5924 u8 vic = svd_to_vic(svds[i]); local
5946 u8 vic = info->vics[i]; local
5953 cta_vdb_has_vic(const struct drm_connector *connector, u8 vic) argument
5979 u8 vic = svd_to_vic(svds[i]); local
7089 vic_for_avi_infoframe(const struct drm_connector *connector, u8 vic) argument
7113 u8 vic, hdmi_vic; local
[all...]
H A Dhdmi.c557 else if (frame->vic != 0 || frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID)
571 if (frame->vic != 0 && frame->s3d_struct != HDMI_3D_STRUCTURE_INVALID)
644 } else if (frame->vic) {
646 ptr[8] = frame->vic;
1537 if (hvf->vic == 0 && hvf->s3d_struct == HDMI_3D_STRUCTURE_INVALID) {
1542 if (hvf->vic)
1543 hdmi_log(" HDMI VIC: %u\n", hvf->vic);
1810 hvf->vic = ptr[4];
H A Ddrm_modes.c2726 u8 vic = drm_match_cea_mode(mode); local
2728 return test_bit(vic, display->hdmi.y420_vdb_modes);
2746 u8 vic = drm_match_cea_mode(mode); local
2748 return test_bit(vic, display->hdmi.y420_cmdb_modes);
/openbsd-current/sys/dev/ic/
H A Ddwhdmi.c391 dwhdmi_cea_mode_uses_fractional_vblank(uint8_t vic) argument
397 if (match[n] == vic)
409 const uint8_t vic = drm_match_cea_mode(mode); local
429 if (dwhdmi_cea_mode_uses_fractional_vblank(vic))
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Dhdmi.h364 u8 vic; member in struct:hdmi_vendor_infoframe
/openbsd-current/sys/dev/pci/drm/display/
H A Ddrm_dp_helper.c1340 u8 vic; local
1352 vic = 6;
1355 vic = 21;
1358 vic = 5;
1361 vic = 20;
1364 vic = 4;
1367 vic = 19;
1372 return drm_display_mode_from_cea_vic(dev, vic);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_resource.c3206 unsigned int vic = pipe_ctx->stream->timing.vic; local
3378 vic = 0;
3382 // Based on HDMI specs hdmi vic needs to be converted to cea vic when 3D is enabled
3385 vic = 95;
3388 vic = 94;
3391 vic = 93;
3394 vic = 98;
3401 hdmi_info.bits.VIC0_VIC7 = vic;
[all...]
/openbsd-current/sys/dev/pci/drm/amd/display/dc/
H A Ddc_hw_types.h944 uint32_t vic; member in struct:dc_crtc_timing
/openbsd-current/share/man/man4/
H A DMakefile110 viapm.4 viasio.4 vic.4 video.4 vio.4 \
/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5506 timing_out->vic = old_stream->timing.vic;
5510 timing_out->vic = drm_match_cea_mode(mode_in);
5519 timing_out->vic = avi_frame.video_code;
5521 timing_out->hdmi_vic = hv_frame.vic;
6101 * we copy the vic and polarities of the old timings

Completed in 275 milliseconds