glob_cfg           92 arch/parisc/include/asm/pdc.h                  unsigned long glob_cfg);
glob_cfg         1296 arch/parisc/kernel/firmware.c                  unsigned long glob_cfg)
glob_cfg         1302 arch/parisc/kernel/firmware.c         retval = real32_call(func, flags, inptr, outputr, glob_cfg);
glob_cfg           92 drivers/video/console/sticore.c 		outptr, sti->glob_cfg);
glob_cfg          125 drivers/video/console/sticore.c 			inptr, outptr, sti->glob_cfg);
glob_cfg          155 drivers/video/console/sticore.c 			inptr, outptr, sti->glob_cfg);
glob_cfg          189 drivers/video/console/sticore.c 			inptr, outptr, sti->glob_cfg);
glob_cfg          217 drivers/video/console/sticore.c 			inptr, outptr, sti->glob_cfg);
glob_cfg          247 drivers/video/console/sticore.c 			inptr, outptr, sti->glob_cfg);
glob_cfg          362 drivers/video/console/sticore.c static void sti_dump_globcfg(struct sti_glob_cfg *glob_cfg,
glob_cfg          376 drivers/video/console/sticore.c 		glob_cfg->text_planes,
glob_cfg          377 drivers/video/console/sticore.c 		glob_cfg->onscreen_x, glob_cfg->onscreen_y,
glob_cfg          378 drivers/video/console/sticore.c 		glob_cfg->offscreen_x, glob_cfg->offscreen_y,
glob_cfg          379 drivers/video/console/sticore.c 		glob_cfg->total_x, glob_cfg->total_y,
glob_cfg          380 drivers/video/console/sticore.c 		glob_cfg->region_ptrs[0], glob_cfg->region_ptrs[1],
glob_cfg          381 drivers/video/console/sticore.c 		glob_cfg->region_ptrs[2], glob_cfg->region_ptrs[3],
glob_cfg          382 drivers/video/console/sticore.c 		glob_cfg->region_ptrs[4], glob_cfg->region_ptrs[5],
glob_cfg          383 drivers/video/console/sticore.c 		glob_cfg->region_ptrs[6], glob_cfg->region_ptrs[7],
glob_cfg          384 drivers/video/console/sticore.c 		glob_cfg->reent_lvl,
glob_cfg          385 drivers/video/console/sticore.c 		glob_cfg->save_addr));
glob_cfg          388 drivers/video/console/sticore.c 	cfg = PTR_STI((unsigned long)glob_cfg->ext_ptr);
glob_cfg          418 drivers/video/console/sticore.c 	struct sti_glob_cfg *glob_cfg;
glob_cfg          433 drivers/video/console/sticore.c 	glob_cfg	= &sti->sti_data->glob_cfg;
glob_cfg          438 drivers/video/console/sticore.c 	glob_cfg->ext_ptr = STI_PTR(glob_cfg_ext);
glob_cfg          439 drivers/video/console/sticore.c 	glob_cfg->save_addr = STI_PTR(save_addr);
glob_cfg          465 drivers/video/console/sticore.c 			glob_cfg->region_ptrs[i] = sti->regions_phys[i];
glob_cfg          469 drivers/video/console/sticore.c 			i, sti->regions_phys[i], glob_cfg->region_ptrs[i],
glob_cfg          487 drivers/video/console/sticore.c 	sti->glob_cfg = glob_cfg;
glob_cfg          916 drivers/video/console/sticore.c 	sti_dump_globcfg(sti->glob_cfg, sti->sti_mem_request);
glob_cfg         1096 drivers/video/console/sticore.c 		struct sti_glob_cfg *glob_cfg)
glob_cfg         1101 drivers/video/console/sticore.c 	unsigned long _glob_cfg = STI_PTR(glob_cfg);
glob_cfg           48 drivers/video/fbdev/sticore.h #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x)
glob_cfg           49 drivers/video/fbdev/sticore.h #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y)
glob_cfg          315 drivers/video/fbdev/sticore.h 	struct sti_glob_cfg glob_cfg;
glob_cfg          363 drivers/video/fbdev/sticore.h 	struct sti_glob_cfg *glob_cfg;	/* points into sti_all_data */
glob_cfg          389 drivers/video/fbdev/sticore.h 		struct sti_glob_cfg *glob_cfg);
glob_cfg           76 drivers/video/fbdev/stifb.c 	F_EXTEND(fb_info->sti->glob_cfg->region_ptrs[index])
glob_cfg         1254 drivers/video/fbdev/stifb.c 	fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8;