Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/sti/
Dsticore.h44 #define PTR_STI(p) (p) macro
56 #define PTR_STI(p) ( phys_to_virt((long)p) ) macro
72 #define sti_font_x(sti) (PTR_STI(sti->font)->width)
73 #define sti_font_y(sti) (PTR_STI(sti->font)->height)
Dsticore.c355 cfg = PTR_STI(glob_cfg->ext_ptr); in sti_dump_globcfg()