Searched refs:VGA_MMAP_FB_BASE (Results 1 – 2 of 2) sorted by relevance
66 #define VGA_MMAP_FB_BASE VGA_MEM_ADDR macro837 if (!(off >= VGA_MMAP_FB_BASE && in gfxp_vgatext_devmap()838 off < VGA_MMAP_FB_BASE + softc->fb_size)) { in gfxp_vgatext_devmap()843 if (off + len > VGA_MMAP_FB_BASE + softc->fb_size) in gfxp_vgatext_devmap()844 length = VGA_MMAP_FB_BASE + softc->fb_size - off; in gfxp_vgatext_devmap()849 NULL, softc->fb_regno, off - VGA_MMAP_FB_BASE, in gfxp_vgatext_devmap()
85 #define VGA_MMAP_FB_BASE VGA_MEM_ADDR macro963 if (!(off >= VGA_MMAP_FB_BASE && in vgatext_devmap()964 off < VGA_MMAP_FB_BASE + softc->fb_size)) { in vgatext_devmap()969 if (off + len > VGA_MMAP_FB_BASE + softc->fb_size) in vgatext_devmap()970 length = VGA_MMAP_FB_BASE + softc->fb_size - off; in vgatext_devmap()975 off - VGA_MMAP_FB_BASE, in vgatext_devmap()