Searched refs:inl (Results 1 - 25 of 47) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A DMakefile.sources69 rasterizer/common/simdlib_128_avx.inl \
70 rasterizer/common/simdlib_128_avx2.inl \
71 rasterizer/common/simdlib_128_avx512.inl \
72 rasterizer/common/simdlib_128_avx512_core.inl \
73 rasterizer/common/simdlib_128_avx512_knights.inl \
74 rasterizer/common/simdlib_256_avx.inl \
75 rasterizer/common/simdlib_256_avx2.inl \
76 rasterizer/common/simdlib_256_avx512.inl \
77 rasterizer/common/simdlib_256_avx512_core.inl \
78 rasterizer/common/simdlib_256_avx512_knights.inl \
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_inout.s30 / Purpose: Provide inb(), inw(), inl(), outb(), outw(), outl() functions
39 / extern unsigned long inl(int port);
50 .globl inl
80 / unsigned long inl(int port);
83 inl: label
85 inl (%dx)
87 .type inl,@function
88 .size inl,.-inl
H A Dsolaris-amd64.S44 FUNCTION_START(inl,4)
47 inl (%dx)
48 FUNCTION_END(inl)
H A Dsolaris-ia32.S44 FUNCTION_START(inl,4)
47 inl (%dx)
48 FUNCTION_END(inl)
H A Dsolaris-sparcv8plus.S69 FUNCTION_START(inl, 0)
71 FUNCTION_END(inl)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_inout.s30 / Purpose: Provide inb(), inw(), inl(), outb(), outw(), outl() functions
39 / extern unsigned long inl(int port);
50 .globl inl
80 / unsigned long inl(int port);
83 inl: label
85 inl (%dx)
87 .type inl,@function
88 .size inl,.-inl
H A Dsolaris-amd64.S44 FUNCTION_START(inl,4)
47 inl (%dx)
48 FUNCTION_END(inl)
H A Dsolaris-ia32.S44 FUNCTION_START(inl,4)
47 inl (%dx)
48 FUNCTION_END(inl)
H A Dsolaris-sparcv8plus.S69 FUNCTION_START(inl, 0)
71 FUNCTION_END(inl)
/xsrc/external/mit/xf86-video-chips/dist/util/
H A DAsmMacros.h64 #undef inl
70 #define inl _inl macro
115 inl(unsigned long port) function in typeref:typename:unsigned int
166 inl(short port) function in typeref:typename:unsigned int
182 extern u_int32_t inl(u_int32_t port);
225 inl(short port) function in typeref:typename:unsigned int
228 __asm__ __volatile__("inl %1,%0" :
275 inl(short port) function in typeref:typename:unsigned int
316 /* ... but I've no idea if the same is true for inl & outl */
322 u32_t inl(U16_
[all...]
H A DdRegs.c183 printf("0x46E8\t0x%8X\n",inl(0x46E8));
184 printf("0x4AE8\t0x%8X\n",inl(0x4AE8));
185 printf("0x102\t0x%8X\n",inl(0x102));
186 printf("0x103\t0x%8X\n",inl(0x103));
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgeode_ddc.c115 unsigned long dat = inl(iobase + GPIO_IN);
140 if ((inl(ddciobase + GPIO_IN_AUX1) & DDC_CLK_HIGH) ||
141 (inl(ddciobase + GPIO_OUT_AUX1) & DDC_DATA_HIGH)) {
H A Ddurango.c102 #define IND(port) inl(port)
131 return inl(port);
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dvos.h37 #define /*vu32*/ verite_in32(/*unsigned long*/ io_base) ((vu32)inl(io_base))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dxf86x86emu.c54 .inl = x_inl,
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128_driver.c652 pI128->io.rbase_g = inl(iobase) & 0xFFFFFF00;
653 pI128->io.rbase_w = inl(iobase + 0x04) & 0xFFFFFF00;
654 pI128->io.rbase_a = inl(iobase + 0x08) & 0xFFFFFF00;
655 pI128->io.rbase_b = inl(iobase + 0x0C) & 0xFFFFFF00;
656 pI128->io.rbase_i = inl(iobase + 0x10) & 0xFFFFFF00;
657 pI128->io.rbase_e = inl(iobase + 0x14) & 0xFFFF8003;
658 pI128->io.id = inl(iobase + 0x18) & /* 0x7FFFFFFF */ 0xFFFFFFFF;
659 pI128->io.config1 = inl(iobase + 0x1C) & /* 0xF3333F1F */ 0xFF133706;
660 pI128->io.config2 = inl(iobase + 0x20) & 0xC1F70FFF;
661 pI128->io.sgram = inl(iobas
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dosdef.h118 #define InPortLong(p) inl((unsigned long)(p))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dcompiler.h115 extern _X_EXPORT unsigned int inl(unsigned short);
124 extern _X_EXPORT unsigned int inl(unsigned long);
371 inl(unsigned long port) function in typeref:typename:unsigned int
391 extern _X_EXPORT unsigned int inl(unsigned int port);
411 # undef inl
417 extern _X_EXPORT unsigned int inl(unsigned long port);
463 inl(unsigned short port) function in typeref:typename:unsigned int
466 __asm__ __volatile__("inl %1,%0" :
526 inl(unsigned long port) function in typeref:typename:unsigned int
750 inl(unsigne function in typeref:typename:unsigned int
985 inl(unsigned short port) function in typeref:typename:unsigned int
1213 inl(unsigned PORT_SIZE port) function in typeref:typename:unsigned int
1304 inl(unsigned PORT_SIZE port) function in typeref:typename:unsigned int
1421 inl(unsigned short port) function in typeref:typename:unsigned int
1471 inl(unsigned short port) function in typeref:typename:unsigned int
1512 inl(unsigned short port) function in typeref:typename:unsigned int
[all...]
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datimach64io.h44 * inl/outl 32-bit R/W through PIO space. The register is specified as the
47 * inb/outb 8-bit counterparts to inl/outl.
71 * inl/outl/inb/outb to/from any register space starting with CRTC_H_TOTAL_DISP
121 #undef inl
126 #define inl() /* Nothing */ macro
139 inl(ATIIOPort(_Register))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dcompiler.h110 extern _X_EXPORT unsigned int inl(unsigned short);
118 extern _X_EXPORT unsigned int inl(unsigned long);
261 inl(unsigned long port) function in typeref:typename:unsigned int
281 extern _X_EXPORT unsigned int inl(unsigned int port);
330 inl(unsigned short port) function in typeref:typename:unsigned int
333 __asm__ __volatile__("inl %1,%0":"=a"(ret):"d"(port));
392 inl(unsigned long port) function in typeref:typename:unsigned int
562 inl(unsigned PORT_SIZE port) function in typeref:typename:unsigned int
750 inl(unsigned short port) function in typeref:typename:unsigned int
889 inl(unsigne function in typeref:typename:unsigned int
929 inl(unsigned PORT_SIZE port) function in typeref:typename:unsigned int
[all...]
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_io.c64 return inl(pTDFX->PIOBase[chip]+addr);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dia64Pci.c167 unsigned int inl(unsigned long port) function in typeref:typename:unsigned int
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Dx86emu.h78 inl - Function to read a dword from an I/O port
86 u32 (X86APIP inl)(X86EMU_pioAddr addr);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Dx86emu.h78 inl - Function to read a dword from an I/O port
86 u32(X86APIP inl) (X86EMU_pioAddr addr);
/xsrc/external/mit/libpciaccess/dist/src/
H A Dx86_pci.c181 inl(uint16_t port) function in typeref:typename:uint32_t
323 sav = inl(0xCF8);
325 if (inl(0xCF8) == 0x80000000)
342 sav = inl(0xCF8);
358 *val = inl(addr);
377 sav = inl(0xCF8);
439 *val = inl(addr);
1071 return inl(reg + handle->base);

Completed in 15 milliseconds

12