Searched refs:IOPortBase (Results 1 – 5 of 5) sorted by relevance
6 The definition relies on IOPortBase, which is only ever set in10 including compiler.h would get its own definition of IOPortBase.32 -_X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */33 +extern _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */53 +unsigned int IOPortBase;
528 _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ variable533 *(volatile unsigned char *) (((unsigned PORT_SIZE) (port)) + IOPortBase) = in outb()540 *(volatile unsigned short *) (((unsigned PORT_SIZE) (port)) + IOPortBase) = in outw()547 *(volatile unsigned int *) (((unsigned PORT_SIZE) (port)) + IOPortBase) = in outl()555 IOPortBase); in inb()562 IOPortBase); in inw()569 IOPortBase); in inl()865 xf86WriteMmio8(IOPortBase, port, val); in outb()871 xf86WriteMmio16Swap(IOPortBase, port, val); in outw()877 xf86WriteMmio32Swap(IOPortBase, port, val); in outl()[all …]
4 Subject: [PATCH] Avoid duplicate definitions of IOPortBase9 compiler.h:528: multiple definition of `IOPortBase';26 +_X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */
4 file://0001-Avoid-duplicate-definitions-of-IOPortBase.patch \
180 IOPortBase = base; in xf86EnableIO()