Searched refs:xport (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_i2c.c | 37 lock = rdinx(pApm->xport, 0x10); 38 wrinx(pApm->xport, 0x10, 0x12); 45 wrinx(pApm->xport, 0x10, 0); 56 lock = rdinx(pApm->xport, 0x10); 57 wrinx(pApm->xport, 0x10, 0x12); 65 wrinx(pApm->xport, 0x10, 0);
|
| H A D | apm_regs.h | 50 #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 D | apm_driver.c | 205 wrinx(pApm->xport, 0x10, 0x12); 215 wrinx(pApm->xport, 0x10, pApm->savedSR10 ? 0 : 0x12); 429 pApm->xport = PIOOFFSET + 0x3C4; 767 pApm->savedSR10 = rdinx(pApm->xport, 0x10); 768 wrinx(pApm->xport, 0x10, 0x12); 769 pScrn->videoRam = rdinx(pApm->xport, 0x20) * 64; 770 pApm->xbase = rdinx(pApm->xport, 0x1F) << 8; 771 pApm->xbase |= rdinx(pApm->xport, 0x1E); 773 wrinx(pApm->xport, 0x10, pApm->savedSR10 ? 0 : 0x12); 1225 ApmReg->SEQ[0x1B] = rdinx(pApm->xport, [all...] |
| H A D | apm.h | 109 unsigned long iobase, xport, xbase; member in struct:__anon29656e4e0408
|
Completed in 5 milliseconds