Home
last modified time | relevance | path

Searched refs:wrinx (Results 1 – 9 of 9) sorted by relevance

/dports/x11-drivers/xf86-video-ark/xf86-video-ark-0.7.5/src/
H A Dark_driver.c586 wrinx(isaIOBase + 0x3c4, 0x15, 0x00); in ARKSave()
587 wrinx(isaIOBase + 0x3c4, 0x16, 0x00); in ARKSave()
926 wrinx(isaIOBase + 0x3c4, 0x15, 0x00); in ARKWriteMode()
927 wrinx(isaIOBase + 0x3c4, 0x16, 0x00); in ARKWriteMode()
932 wrinx(isaIOBase + 0x3c4, 0x10, new->sr10); in ARKWriteMode()
933 wrinx(isaIOBase + 0x3c4, 0x11, new->sr11); in ARKWriteMode()
964 wrinx(vgaIOBase + 4, 0x40, new->cr40); in ARKWriteMode()
965 wrinx(vgaIOBase + 4, 0x41, new->cr41); in ARKWriteMode()
966 wrinx(vgaIOBase + 4, 0x42, new->cr42); in ARKWriteMode()
967 wrinx(vgaIOBase + 4, 0x44, new->cr44); in ARKWriteMode()
[all …]
H A Dark.h84 #define wrinx(port, ind, val) \ macro
92 wrinx((port), (ind), tmp); \
/dports/x11-drivers/xf86-video-apm/xf86-video-apm-1.3.0/src/
H A Dapm_i2c.c38 wrinx(pApm->xport, 0x10, 0x12); in ApmI2CPutBits()
45 wrinx(pApm->xport, 0x10, 0); in ApmI2CPutBits()
57 wrinx(pApm->xport, 0x10, 0x12); in ApmI2CGetBits()
65 wrinx(pApm->xport, 0x10, 0); in ApmI2CGetBits()
H A Dapm_regs.h50 #define RDXB_IOP(addr) (wrinx(pApm->xport, 0x1D, (addr) >> 2), \
52 #define RDXW_IOP(addr) (wrinx(pApm->xport, 0x1D, (addr) >> 2), \
54 #define RDXL_IOP(addr) (wrinx(pApm->xport, 0x1D, (addr) >> 2), \
59 wrinx(pApm->xport, 0x1D, (addr) >> 2); \
68 wrinx(pApm->xport, 0x1D, (addr) >> 2); \
77 wrinx(pApm->xport, 0x1D, (addr) >> 2); \
H A Dapm_driver.c205 wrinx(pApm->xport, 0x10, 0x12); in ApmUnlock()
215 wrinx(pApm->xport, 0x10, pApm->savedSR10 ? 0 : 0x12); in ApmLock()
768 wrinx(pApm->xport, 0x10, 0x12); in ApmPreInit()
773 wrinx(pApm->xport, 0x10, pApm->savedSR10 ? 0 : 0x12); in ApmPreInit()
1601 wrinx(pApm->xport, 0x1B, ApmReg->SEQ[0x1B]); in ApmRestore()
1602 wrinx(pApm->xport, 0x1C, ApmReg->SEQ[0x1C]); in ApmRestore()
1610 wrinx(pApm->iobase + 0x3D4, 0x19, ApmReg->CRT[0x19]); in ApmRestore()
1611 wrinx(pApm->iobase + 0x3D4, 0x1A, ApmReg->CRT[0x1A]); in ApmRestore()
1612 wrinx(pApm->iobase + 0x3D4, 0x1B, ApmReg->CRT[0x1B]); in ApmRestore()
1613 wrinx(pApm->iobase + 0x3D4, 0x1C, ApmReg->CRT[0x1C]); in ApmRestore()
[all …]
H A Dapm.h52 #define wrinx(port, ind, val) outb((port), (ind)), outb((port) + 1, (val)) macro
57 wrinx((port), (ind), tmp); \
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/hw/xfree86/common/
H A Dcompiler.h73 extern void wrinx(unsigned short int, unsigned char, unsigned char);
80 extern void wrinx();
1362 wrinx(unsigned short int port, unsigned char ind, unsigned char val) in wrinx() function
1364 wrinx(port, ind, val) in wrinx()
1390 wrinx(port, ind, tmp);
1434 wrinx(port, ind, old & ~mask);
1436 wrinx(port, ind, old | mask);
1438 wrinx(port, ind, old);
/dports/games/yadex/yadex-1.7.0/src/
H A Dgfx.cc1633 void wrinx (int pt, unsigned inx, unsigned val) in wrinx() function
1654 wrinx (pt, inx, temp); in modinx()
1663 wrinx (pt, inx, x & ~val); in clrinx()
1695 wrinx (GRC, 9, lbank << 2); in CopyHWCursorMap()
1706 wrinx (SEQ, 0x13, 0x3F); in SetHWCursorMap()
/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Ds3.c1146 static void wrinx(int port, unsigned char index, unsigned char val) in wrinx() function
1161 wrinx(port, index, (old & ~mask)); in testinx2()
1163 wrinx(port, index, (old | mask)); in testinx2()
1165 wrinx(port, index, old); in testinx2()