Home
last modified time | relevance | path

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

/drivers/video/
Dsticore.h42 #define PTR_STI(p) ( phys_to_virt((unsigned long)p) ) macro
56 #define sti_font_x(sti) (PTR_STI(sti->font)->width)
57 #define sti_font_y(sti) (PTR_STI(sti->font)->height)
/drivers/video/console/
Dsticore.c372 cfg = PTR_STI((unsigned long)glob_cfg->ext_ptr); in sti_dump_globcfg()