Searched defs:cirrusfb_board_info_rec (Results 1 – 1 of 1) sorted by relevance
117 static const struct cirrusfb_board_info_rec { struct118 char *name; /* ASCII name of chipset */119 long maxclock[5]; /* maximum video clock */121 bool init_sr07 : 1; /* init SR07 during init_vgachip() */122 bool init_sr1f : 1; /* write SR1F during init_vgachip() */124 bool scrn_start_bit19 : 1;127 unsigned char sr07;128 unsigned char sr07_1bpp;129 unsigned char sr07_1bpp_mux;130 unsigned char sr07_8bpp;[all …]