Home
last modified time | relevance | path

Searched refs:STI_PTR (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/video/console/
Dsticore.c88 inptr->ext_ptr = STI_PTR(inptr_ext); in sti_init_graph()
119 outptr->ext_ptr = STI_PTR(&sti->sti_data->inq_outptr_ext); in sti_inq_conf()
140 .font_start_addr= STI_PTR(sti->font->raw), in sti_putc()
438 glob_cfg->ext_ptr = STI_PTR(glob_cfg_ext); in sti_init_glob_cfg()
439 glob_cfg->save_addr = STI_PTR(save_addr); in sti_init_glob_cfg()
485 glob_cfg_ext->sti_mem_addr = STI_PTR(sti_mem_addr); in sti_init_glob_cfg()
757 address = (unsigned long) STI_PTR(raw); in sti_read_rom()
1098 unsigned long _flags = STI_PTR(flags); in sti_call()
1099 unsigned long _inptr = STI_PTR(inptr); in sti_call()
1100 unsigned long _outptr = STI_PTR(outptr); in sti_call()
[all …]
/Linux-v5.4/drivers/video/fbdev/
Dsticore.h45 #define STI_PTR(p) ( virt_to_phys(p) ) macro