Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A DvgaHW.h114 CARD8 *MMIOBase; /* Pointer to MMIO start */ member
H A DvgaHW.c366 #define minb(p) MMIO_IN8(hwp->MMIOBase, (hwp->MMIOOffset + (p)))
367 #define moutb(p,v) MMIO_OUT8(hwp->MMIOBase, (hwp->MMIOOffset + (p)),(v))
562 hwp->MMIOBase = base; in vgaHWSetMmioFuncs()