/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
sd5203.dts | 13 interrupt-parent = <&vic>; 47 vic: interrupt-controller@10130000 { label
|
spear3xx.dtsi | 11 interrupt-parent = <&vic>; 34 vic: interrupt-controller@f1100000 { label 35 compatible = "arm,pl190-vic"; 44 interrupt-parent = <&vic>;
|
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>;
|
aspeed-g4.dtsi | 9 interrupt-parent = <&vic>; 109 vic: interrupt-controller@1e6c0080 { label 110 compatible = "aspeed,ast2400-vic";
|
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>;
|
/src/lib/libedit/ |
map.h | 56 const el_action_t *vic; /* The vi command mode key map */ member in struct:el_map_t
|
map.c | 923 el->el_map.vic = el_map_vi_command; 961 el->el_map.vic = NULL; 1037 const el_action_t *vic = el->el_map.vic; local in function:map_init_vi 1046 alt[i] = vic[i];
|
/src/sys/arch/hppa/dev/ |
mem.c | 188 uint32_t vic; local in function:memattach 215 vic = VI_CTRL; 216 ((struct vi_ctrl *)&vic)->core_den = 0; 217 ((struct vi_ctrl *)&vic)->sgc0_den = 0; 218 ((struct vi_ctrl *)&vic)->sgc1_den = 0; 219 ((struct vi_ctrl *)&vic)->eisa_den = 1; 220 ((struct vi_ctrl *)&vic)->core_prf = 1; 223 ((struct vi_ctrl *)&vic)->vsc_tout == 0) 225 ((struct vi_ctrl *)&vic)->vsc_tout = 850; 227 sc->sc_vp->vi_control = vic; 292 uint32_t vic; local in function:viper_eisa_en [all...] |
/src/sys/arch/arm/amlogic/ |
meson_genfb.c | 63 /* Map CEA-861-D video code (VIC) to framebuffer dimensions */ 65 u_int vic; member in struct:meson_genfb_vic2mode 526 * Firmware has (maybe) setup HDMI TX for us. Read the VIC from 530 const uint32_t vic = HDMI_READ(sc, HDMITX_AVI_INFO_ADDR + 4) & 0x7f; local in function:meson_genfb_init 532 if (meson_genfb_modes[i].vic == vic) { 533 aprint_debug(" [HDMI VIC %d]", vic); 541 aprint_error(" [UNSUPPORTED HDMI VIC %d]", vic); [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_resource.c | 2190 unsigned int vic = pipe_ctx->stream->timing.vic; local in function:set_avi_info_frame 2351 ///VIC 2355 // Based on HDMI specs hdmi vic needs to be converted to cea vic when 3D is enabled 2358 vic = 95; 2361 vic = 94; 2364 vic = 93; 2367 vic = 98; 2373 /* If VIC >= 128, the Source shall use AVI InfoFrame Version 3* [all...] |
/src/sys/external/bsd/drm2/dist/drm/ |
drm_modes.c | 1229 u8 vic = drm_match_cea_mode(mode); local in function:drm_mode_validate_ycbcr420 1233 if (test_bit(vic, hdmi->y420_vdb_modes)) { 2091 u8 vic = drm_match_cea_mode(mode); local in function:drm_mode_is_420_only 2093 return test_bit(vic, display->hdmi.y420_vdb_modes); 2111 u8 vic = drm_match_cea_mode(mode); local in function:drm_mode_is_420_also 2113 return test_bit(vic, display->hdmi.y420_cmdb_modes);
|
drm_edid.c | 1532 * HDMI 1.4 4k modes. Index using the VIC. 3228 static __always_inline const struct drm_display_mode *cea_mode_for_vic(u8 vic) 3233 if (vic >= 1 && vic < 1 + ARRAY_SIZE(edid_cea_modes_1)) 3234 return &edid_cea_modes_1[vic - 1]; 3235 if (vic >= 193 && vic < 193 + ARRAY_SIZE(edid_cea_modes_193)) 3236 return &edid_cea_modes_193[vic - 193]; 3245 static u8 cea_next_vic(u8 vic) 3247 if (++vic == 1 + ARRAY_SIZE(edid_cea_modes_1) 3316 u8 vic; local in function:drm_match_cea_mode_clock_tolerance 3355 u8 vic; local in function:drm_match_cea_mode 3419 u8 vic; local in function:drm_match_hdmi_mode_clock_tolerance 3457 u8 vic; local in function:drm_match_hdmi_mode 3505 u8 vic = drm_match_cea_mode(mode); local in function:add_alternate_cea_modes 3574 u8 vic; local in function:drm_display_mode_from_vic_index 3612 u8 vic = svd_to_vic(svds[i]); local in function:do_y420vdb_modes 3641 u8 vic = svd_to_vic(svd); local in function:drm_add_cmdb_modes 3856 u8 vic; local in function:do_hdmi_vsdb_modes 4177 u8 vic; local in function:fixup_detailed_cea_mode_clock 5376 u8 vic; local in function:drm_mode_cea_vic 5415 u8 vic, hdmi_vic; local in function:drm_hdmi_avi_infoframe_from_display_mode [all...] |
/src/sys/external/bsd/drm2/include/linux/ |
hdmi.h | 332 uint8_t vic; member in struct:hdmi_vendor_infoframe
|
/src/sys/dev/ic/ |
dw_hdmi.c | 395 dwhdmi_cea_mode_uses_fractional_vblank(uint8_t vic) 401 if (match[n] == vic) 413 const uint8_t vic = drm_match_cea_mode(mode); local in function:dwhdmi_fc_init 433 if (dwhdmi_cea_mode_uses_fractional_vblank(vic))
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
device.h | 190 struct nvkm_engine *vic; member in struct:nvkm_device 267 int (*vic )(struct nvkm_device *, int idx, struct nvkm_engine **); member in struct:nvkm_device_chip
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_hw_types.h | 731 uint32_t vic; member in struct:dc_crtc_timing
|