Lines Matching defs:sti_rom
179 struct sti_rom { struct
180 u8 type[4];
181 u8 res004;
182 u8 num_mons;
183 u8 revno[2];
184 u32 graphics_id[2];
186 u32 font_start;
187 u32 statesize;
188 u32 last_addr;
189 u32 region_list;
191 u16 reentsize;
192 u16 maxtime;
193 u32 mon_tbl_addr;
194 u32 user_data_addr;
195 u32 sti_mem_req;
197 u32 user_data_size;
198 u16 power;
199 u8 bus_support;
200 u8 ext_bus_support;
201 u8 alt_code_type;
202 u8 ext_dd_struct[3];
203 u32 cfb_addr;
228 struct sti_rom_font { argument