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