Searched defs:sti_init_flags (Results 1 – 1 of 1) sorted by relevance
100 struct sti_init_flags { struct101 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? */104 u32 nontext : 1; /* turn on non-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 */108 u32 enable_be_int : 1; /* enable bus error timer interrupt */109 u32 no_chg_tx : 1; /* don't change text settings */[all …]