Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
A Dsticore.h100 struct sti_init_flags { struct
101 u32 wait : 1; /* should routine idle wait or not */
102 u32 reset : 1; /* hard reset the device? */
103 u32 text : 1; /* turn on text display planes? */
105 u32 clear : 1; /* clear text display planes? */
106 u32 cmap_blk : 1; /* non-text planes cmap black? */
107 u32 enable_be_timer : 1; /* enable bus error timer */
109 u32 no_chg_tx : 1; /* don't change text settings */
114 u32 cmt_chg : 1; /* change current monitor type */
119 u32 pad : 14; /* pad to word boundary */
[all …]

Completed in 8 milliseconds