Searched refs:STI_PTR (Results 1 – 2 of 2) sorted by relevance
63 store_sti_val(sti, dest, STI_PTR(ptr))163 .font_start_addr = (void *)STI_PTR(font->raw), in sti_putc()829 address = (unsigned long) STI_PTR(raw); in sti_read_rom()1180 unsigned long _flags = STI_PTR(flags); in sti_call()1181 unsigned long _inptr = STI_PTR(inptr); in sti_call()1182 unsigned long _outptr = STI_PTR(outptr); in sti_call()1183 unsigned long _glob_cfg = STI_PTR(glob_cfg); in sti_call()
41 #define STI_PTR(p) ( virt_to_phys(p) ) macro