Home
last modified time | relevance | path

Searched refs:IOPortBase (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/debian/patches/
H A D04_compiler_h_inb_outb_mips.diff6 The definition relies on IOPortBase, which is only ever set in
10 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;
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dcompiler.h528 _X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */ variable
533 *(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 …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/
H A D0001-Avoid-duplicate-definitions-of-IOPortBase.patch4 Subject: [PATCH] Avoid duplicate definitions of IOPortBase
9 compiler.h:528: multiple definition of `IOPortBase';
26 +_X_EXPORT unsigned int IOPortBase; /* Memory mapped I/O port area */
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-xorg_21.1.7.bb4 file://0001-Avoid-duplicate-definitions-of-IOPortBase.patch \
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/
H A Darm_video.c180 IOPortBase = base; in xf86EnableIO()