Home
last modified time | relevance | path

Searched defs:misc_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/include/
Dgrph_object_ctrl_defs.h109 struct misc_info { struct
110 uint32_t HORIZONTAL_CUT_OFF:1;
112 uint32_t H_SYNC_POLARITY:1;
114 uint32_t V_SYNC_POLARITY:1;
115 uint32_t VERTICAL_CUT_OFF:1;
116 uint32_t H_REPLICATION_BY2:1;
117 uint32_t V_REPLICATION_BY2:1;
118 uint32_t COMPOSITE_SYNC:1;
119 uint32_t INTERLACE:1;
120 uint32_t DOUBLE_CLOCK:1;
[all …]
/Linux-v6.6/drivers/net/ethernet/dec/tulip/
Dmedia.c248 u16 *misc_info, tmp_info; in tulip_select_media() local