Lines Matching defs:sti_rom
183 struct sti_rom { struct
184 u8 type[4];
185 u8 res004;
186 u8 num_mons;
187 u8 revno[2];
188 u32 graphics_id[2];
190 u32 font_start;
191 u32 statesize;
192 u32 last_addr;
193 u32 region_list;
195 u16 reentsize;
196 u16 maxtime;
197 u32 mon_tbl_addr;
198 u32 user_data_addr;
199 u32 sti_mem_req;
201 u32 user_data_size;
202 u16 power;
203 u8 bus_support;
204 u8 ext_bus_support;
205 u8 alt_code_type;
206 u8 ext_dd_struct[3];
207 u32 cfb_addr;
232 struct sti_rom_font { argument