HomeSort by: relevance | last modified time | path
    Searched refs:ioBase (Results 1 - 25 of 44) sorted by relevancy

1 2

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
ppc_video.c 60 volatile unsigned char *ioBase = MAP_FAILED;
74 if (ioBase == MAP_FAILED) {
75 ioBase = mmap(NULL, 0x10000, PROT_READ | PROT_WRITE, MAP_SHARED, fd,
77 xf86MsgVerb(X_INFO, 3, "xf86EnableIO: %p\n", ioBase);
78 if (ioBase == MAP_FAILED) {
84 IOPortBase = (unsigned int)ioBase;
95 if (ioBase != MAP_FAILED) {
96 munmap(__UNVOLATILE(ioBase), 0x10000);
97 ioBase = MAP_FAILED;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
ppc_video.c 72 volatile unsigned char *ioBase = MAP_FAILED;
158 if (ioBase == MAP_FAILED)
160 ioBase = mmap(NULL, 0x10000, PROT_READ|PROT_WRITE, MAP_SHARED, fd,
163 (unsigned long)ioBase);
164 if (ioBase == MAP_FAILED) {
170 IOPortBase = (unsigned int)ioBase;
181 if (ioBase != MAP_FAILED)
183 munmap(__UNVOLATILE(ioBase), 0x10000);
184 ioBase = MAP_FAILED;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_video.c 83 volatile unsigned char *ioBase = NULL;
96 if (ioBase == NULL) {
97 ioBase = (volatile unsigned char *) mmap(0, 0x20000,
103 return ioBase != MAP_FAILED;
109 munmap(ioBase, 0x20000);
110 ioBase = NULL;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810_io.c 66 addr += pI810->ioBase;
74 addr += pI810->ioBase;
82 outb(pI810->ioBase + addr, val);
88 return inb(pI810->ioBase + addr);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
helper_exec.c 334 val = inb(Int10Current->ioBase + port);
356 val = inw(Int10Current->ioBase + port);
390 outb(Int10Current->ioBase + port, val);
401 outw(Int10Current->ioBase + port, val);
411 val = inl(Int10Current->ioBase + port);
424 outl(Int10Current->ioBase + port, val);
659 vga->save_msr = inb(pInt->ioBase + 0x03CC);
660 vga->save_vse = inb(pInt->ioBase + 0x03C3);
662 vga->save_46e8 = inb(pInt->ioBase + 0x46E8);
664 vga->save_pos102 = inb(pInt->ioBase + 0x0102)
    [all...]
  /xsrc/external/mit/xf86-video-vesa/dist/src/
vesa.h 114 unsigned long ioBase;
vesa.c 1394 pVesa->ioBase = pScrn->domainIOBase;
1396 pVesa->ioBase = 0;
1447 (void)inb(pVesa->ioBase + VGA_IOBASE_COLOR + VGA_IN_STAT_1_OFFSET); \
1448 (void)inb(pVesa->ioBase + VGA_IOBASE_COLOR + VGA_IN_STAT_1_OFFSET); \
1453 outb(pVesa->ioBase + VGA_DAC_WRITE_ADDR, idx);
1455 outb(pVesa->ioBase + VGA_DAC_DATA, colors[idx].red);
1457 outb(pVesa->ioBase + VGA_DAC_DATA, colors[idx].green);
1459 outb(pVesa->ioBase + VGA_DAC_DATA, colors[idx].blue);
1494 (void) inb(pVesa->ioBase + VGA_IOBASE_COLOR + VGA_IN_STAT_1_OFFSET);
1497 outb(pVesa->ioBase + VGA_ATTR_INDEX, index)
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
compiler.h 602 extern _X_EXPORT volatile unsigned char *ioBase;
712 if (ioBase == MAP_FAILED)
714 xf86WriteMmio8((void *) ioBase, port, value);
720 if (ioBase == MAP_FAILED)
722 xf86WriteMmio16Le((void *) ioBase, port, value);
728 if (ioBase == MAP_FAILED)
730 xf86WriteMmio32Le((void *) ioBase, port, value);
736 if (ioBase == MAP_FAILED)
738 return xf86ReadMmio8((void *) ioBase, port);
744 if (ioBase == MAP_FAILED
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
compiler.h 791 extern _X_EXPORT volatile unsigned char *ioBase;
952 if(ioBase == MAP_FAILED) return;
953 xf86WriteMmio8(ioBase, port, value);
959 if(ioBase == MAP_FAILED) return;
960 xf86WriteMmio16Le(ioBase, port, value);
966 if(ioBase == MAP_FAILED) return;
967 xf86WriteMmio32Le(ioBase, port, value);
973 if(ioBase == MAP_FAILED) return 0;
974 return xf86ReadMmio8(ioBase, port);
980 if(ioBase == MAP_FAILED) return 0
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_video.c 485 volatile unsigned char *ioBase = NULL;
508 if (ioBase == NULL) {
509 ioBase = (volatile unsigned char *)mmap(0, 0x20000,
514 if (ioBase == MAP_FAILED) {
516 "xf86EnableIOPorts: Failed to map iobase (%s)\n",
550 munmap(ioBase, 0x20000);
551 ioBase = NULL;
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_pcirename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-ast/dist/src/
ast_pcirename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-ati/dist/src/
atipcirename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-chips/dist/src/
ct_pcirename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-geode/dist/src/
geode_pcirename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128pcirename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-i740/dist/src/
i740_pcirename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-mach64/dist/src/
atipcirename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_pcirename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-s3/dist/src/
s3_pcirename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-s3virge/dist/src/
s3v_pcirename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smi_pcirename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-tga/dist/src/
tga_pcirename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-trident/dist/src/
pci_rename.h 63 : (_pcidev)->ioBase[(_b)])
  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng_pcirename.h 63 : (_pcidev)->ioBase[(_b)])

Completed in 15 milliseconds

1 2