Home
last modified time | relevance | path

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

/linux/drivers/video/
H A Dsticore.c63 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()
1185 unsigned long _flags = STI_PTR(flags); in sti_call()
1186 unsigned long _inptr = STI_PTR(inptr); in sti_call()
1187 unsigned long _outptr = STI_PTR(outptr); in sti_call()
1188 unsigned long _glob_cfg = STI_PTR(glob_cfg); in sti_call()
/linux/include/video/
H A Dsticore.h41 #define STI_PTR(p) ( virt_to_phys(p) ) macro