Lines Matching refs:glob_cfg
91 outptr, sti->glob_cfg); in sti_init_graph()
124 inptr, outptr, sti->glob_cfg); in sti_inq_conf()
154 inptr, outptr, sti->glob_cfg); in sti_putc()
188 inptr, outptr, sti->glob_cfg); in sti_set()
216 inptr, outptr, sti->glob_cfg); in sti_clear()
246 inptr, outptr, sti->glob_cfg); in sti_bmove()
361 static void sti_dump_globcfg(struct sti_glob_cfg *glob_cfg, in sti_dump_globcfg() argument
375 glob_cfg->text_planes, in sti_dump_globcfg()
376 glob_cfg->onscreen_x, glob_cfg->onscreen_y, in sti_dump_globcfg()
377 glob_cfg->offscreen_x, glob_cfg->offscreen_y, in sti_dump_globcfg()
378 glob_cfg->total_x, glob_cfg->total_y, in sti_dump_globcfg()
379 glob_cfg->region_ptrs[0], glob_cfg->region_ptrs[1], in sti_dump_globcfg()
380 glob_cfg->region_ptrs[2], glob_cfg->region_ptrs[3], in sti_dump_globcfg()
381 glob_cfg->region_ptrs[4], glob_cfg->region_ptrs[5], in sti_dump_globcfg()
382 glob_cfg->region_ptrs[6], glob_cfg->region_ptrs[7], in sti_dump_globcfg()
383 glob_cfg->reent_lvl, in sti_dump_globcfg()
384 glob_cfg->save_addr)); in sti_dump_globcfg()
387 cfg = PTR_STI((unsigned long)glob_cfg->ext_ptr); in sti_dump_globcfg()
417 struct sti_glob_cfg *glob_cfg; in sti_init_glob_cfg() local
432 glob_cfg = &sti->sti_data->glob_cfg; in sti_init_glob_cfg()
437 glob_cfg->ext_ptr = STI_PTR(glob_cfg_ext); in sti_init_glob_cfg()
438 glob_cfg->save_addr = STI_PTR(save_addr); in sti_init_glob_cfg()
464 glob_cfg->region_ptrs[i] = sti->regions_phys[i]; in sti_init_glob_cfg()
468 i, sti->regions_phys[i], glob_cfg->region_ptrs[i], in sti_init_glob_cfg()
486 sti->glob_cfg = glob_cfg; in sti_init_glob_cfg()
917 sti_dump_globcfg(sti->glob_cfg, sti->sti_mem_request); in sti_try_rom_generic()
1096 struct sti_glob_cfg *glob_cfg) in sti_call() argument
1101 unsigned long _glob_cfg = STI_PTR(glob_cfg); in sti_call()