Searched defs:cirrusfb_board_info_rec (Results 1 – 1 of 1) sorted by relevance
111 static const struct cirrusfb_board_info_rec { struct112 char *name; /* ASCII name of chipset */113 long maxclock[5]; /* maximum video clock */115 bool init_sr07 : 1; /* init SR07 during init_vgachip() */116 bool init_sr1f : 1; /* write SR1F during init_vgachip() */118 bool scrn_start_bit19 : 1;121 unsigned char sr07;122 unsigned char sr07_1bpp;123 unsigned char sr07_1bpp_mux;124 unsigned char sr07_8bpp;[all …]