Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dtgafb.h179 u64 tga_mem_base; member
Dtgafb.c931 fb_info.tga_mem_base = (unsigned long)ioremap(pdev->resource[0].start, 0); in tgafb_init()
932 fb_info.tga_type = (readl(fb_info.tga_mem_base) >> 12) & 0x0f; in tgafb_init()
933 fb_info.tga_regs_base = fb_info.tga_mem_base + TGA_REGS_OFFSET; in tgafb_init()
934 fb_info.tga_fb_base = (fb_info.tga_mem_base in tgafb_init()