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