HomeSort by: relevance | last modified time | path
    Searched refs:iobase (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xf86-video-geode/dist/src/
geode_ddc.c 102 unsigned long iobase = (unsigned long) b->DriverPrivate.ptr; local
108 outl(iobase + GPIO_OUT, dat);
114 unsigned long iobase = (unsigned long) b->DriverPrivate.ptr; local
115 unsigned long dat = inl(iobase + GPIO_IN);
  /xsrc/external/mit/xf86-video-tga/dist/src/
tga_regs.h 50 *(unsigned int *)((char*)(pTga->IOBase)+(r)) = (v);\
55 ( *(unsigned int *)((char*)(pTga->IOBase)+(r)))
78 #define TGA_DECL() register unsigned long iobase, offset
79 #define TGA_GET_IOBASE() iobase = (unsigned long)pTga->IOBase;
97 *(unsigned int *)(iobase + offset + (r)) = v;\
108 *(unsigned int *)(iobase + offset + (r)) = v;\
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128_driver.c 441 unsigned long iobase; local
646 iobase = (PCI_REGION_BASE(pI128->PciInfo, 5, REGION_IO) & 0xFFFFFF00);
648 iobase += hwp->PIOOffset;
650 pI128->RegRec.iobase = iobase;
652 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
1841 unsigned long iobase; local
1869 unsigned long iobase; local
1891 unsigned long iobase; local
2104 unsigned long iobase; local
    [all...]
i128init.c 55 unsigned long tmp1 = inl(iR->iobase + 0x1C);
56 unsigned long tmp2 = inl(iR->iobase + 0x20);
61 /* iobase is filled in during the device probe (as well as config 1&2)*/
64 iR->vga_ctl = inl(iR->iobase + 0x30);
279 unsigned long tmp1 = inl(iR->iobase + 0x1C);
280 unsigned long tmp2 = inl(iR->iobase + 0x20);
302 /* iobase is filled in during the device probe (as well as config 1&2)*/
307 outl(iR->iobase + 0x30, iR->vga_ctl);
341 unsigned long tmp1 = inl(iR->iobase + 0x1C);
342 unsigned long tmp2 = inl(iR->iobase + 0x20)
    [all...]
i128reg.h 78 unsigned long iobase; /* saved only for iobase indexing */ member in struct:__anon7002
79 CARD32 config1; /* iobase+0x1C register */
80 CARD32 config2; /* iobase+0x20 register */
81 CARD32 sgram; /* iobase+0x24 register */
82 CARD32 vga_ctl; /* iobase+0x30 register */
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_driver.c 428 pApm->iobase = PIOOFFSET;
772 pApm->xbase += pApm->iobase;
1234 ApmReg->CRT[0x19] = rdinx(pApm->iobase + 0x3D4, 0x19);
1235 ApmReg->CRT[0x1A] = rdinx(pApm->iobase + 0x3D4, 0x1A);
1236 ApmReg->CRT[0x1B] = rdinx(pApm->iobase + 0x3D4, 0x1B);
1237 ApmReg->CRT[0x1C] = rdinx(pApm->iobase + 0x3D4, 0x1C);
1238 ApmReg->CRT[0x1D] = rdinx(pApm->iobase + 0x3D4, 0x1D);
1239 ApmReg->CRT[0x1E] = rdinx(pApm->iobase + 0x3D4, 0x1E);
1610 wrinx(pApm->iobase + 0x3D4, 0x19, ApmReg->CRT[0x19]);
1611 wrinx(pApm->iobase + 0x3D4, 0x1A, ApmReg->CRT[0x1A])
    [all...]
apm_dga.c 337 while (inb(pApm->iobase + 0x3DA) & 0x08);
338 while (!(inb(pApm->iobase + 0x3DA) & 0x08));
apm.h 109 unsigned long iobase, xport, xbase; member in struct:__anon6715

Completed in 14 milliseconds