Searched refs:glob_cfg (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/video/ |
H A D | sticore.c | 114 outptr, sti->glob_cfg); in sti_init_graph() 147 inptr, outptr, sti->glob_cfg); in sti_inq_conf() 185 inptr, outptr, sti->glob_cfg); in sti_putc() 224 inptr, outptr, sti->glob_cfg); in sti_set() 257 inptr, outptr, sti->glob_cfg); in sti_clear() 293 inptr, outptr, sti->glob_cfg); in sti_bmove() 406 struct sti_glob_cfg *glob_cfg = sti->glob_cfg; in sti_dump_globcfg() local 413 glob_cfg->text_planes, in sti_dump_globcfg() 414 glob_cfg->onscreen_x, glob_cfg->onscreen_y, in sti_dump_globcfg() 415 glob_cfg->offscreen_x, glob_cfg->offscreen_y, in sti_dump_globcfg() [all …]
|
/openbmc/linux/include/video/ |
H A D | sticore.h | 43 #define sti_onscreen_x(sti) (sti->glob_cfg->onscreen_x) 44 #define sti_onscreen_y(sti) (sti->glob_cfg->onscreen_y) 314 struct sti_glob_cfg glob_cfg; member 360 struct sti_glob_cfg *glob_cfg; /* points into sti_all_data */ member 391 struct sti_glob_cfg *glob_cfg);
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | pdc.h | 93 unsigned long glob_cfg, int do_call64);
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | firmware.c | 1430 unsigned long glob_cfg, int do_call64) in pdc_sti_call() argument 1438 retval = real64_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call() 1443 retval = real32_call(func, flags, inptr, outputr, glob_cfg); in pdc_sti_call()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | stifb.c | 1320 fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8; in stifb_init_fb()
|