Lines Matching defs:sti_init_flags
101 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? */
105 u32 nontext : 1; /* turn on non-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 */
109 u32 enable_be_int : 1; /* enable bus error timer interrupt */
110 u32 no_chg_tx : 1; /* don't change text settings */
111 u32 no_chg_ntx : 1; /* don't change non-text settings */
112 u32 no_chg_bet : 1; /* don't change berr timer settings */
113 u32 no_chg_bei : 1; /* don't change berr int settings */
114 u32 init_cmap_tx : 1; /* initialize cmap for text planes */
115 u32 cmt_chg : 1; /* change current monitor type */
116 u32 retain_ie : 1; /* don't allow reset to clear int enables */
117 u32 caller_bootrom : 1; /* set only by bootrom for each call */
118 u32 caller_kernel : 1; /* set only by kernel for each call */
119 u32 caller_other : 1; /* set only by non-[BR/K] caller */
120 u32 pad : 14; /* pad to word boundary */
121 u32 *future_ptr; /* pointer to future data */