Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Dsticore.h101 struct sti_init_flags { struct
102 u32 wait : 1; /* should routine idle wait or not */
103 u32 reset : 1; /* hard reset the device? */
104 u32 text : 1; /* turn on text display planes? */
106 u32 clear : 1; /* clear text display planes? */
107 u32 cmap_blk : 1; /* non-text planes cmap black? */
108 u32 enable_be_timer : 1; /* enable bus error timer */
110 u32 no_chg_tx : 1; /* don't change text settings */
115 u32 cmt_chg : 1; /* change current monitor type */
120 u32 pad : 14; /* pad to word boundary */
[all …]