Home
last modified time | relevance | path

Searched refs:dev_io_base (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDevice.c185 ptr->dev_io_base = xf86_lex_val.num; in xf86parseDeviceSection()
290 if (ptr->dev_io_base) in xf86printDeviceSection()
291 fprintf(cf, "\tIOBase 0x%lx\n", ptr->dev_io_base); in xf86printDeviceSection()
H A Dxf86Parser.h215 unsigned long dev_io_base; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c272 ptr->dev_io_base = DevToConfig[screennum].GDev.IOBase; in configureDeviceSection()
H A Dxf86Config.c2076 devicep->IOBase = conf_device->dev_io_base; in configDevice()