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