HomeSort by: relevance | last modified time | path
    Searched defs:INREG8 (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
reg_dumper.h 70 #define INREG8(reg) (*(volatile uint8_t *)((pI830)->mmio + (reg)))
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_macros.h 63 #define INREG8(addr) MMIO_IN8(RADEONMMIO, addr)
  /xsrc/external/mit/xf86-video-i740/dist/src/
i740.h 53 #define INREG8(addr) *(volatile CARD8 *)(pI740->MMIOBase + (addr))
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_common.h 84 #define INREG8(addr) *(volatile uint8_t *)(RecPtr->MMIOBase + (addr))
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_common.h 84 #define INREG8(addr) *(volatile uint8_t *)(RecPtr->MMIOBase + (addr))
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
common.h 117 #define INREG8(addr) *(volatile uint8_t *)(RecPtr->MMIOBase + (addr))
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo.h 300 #define INREG8(addr) MMIO_IN8(nPtr->NeoMMIOBase, addr)
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga.h 94 #define INREG8(addr) MMIO_IN8(pMga->IOBase, addr)
112 #define INREG8(addr) MGAdbg_inreg8(pScrn, addr, 1, __FUNCTION__)
162 #define inMGAdreg(reg) INREG8(RAMDAC_OFFSET + (reg))
200 status = INREG8( MGAREG_Status + 2 ); \
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_driver.h 183 #define INREG8(addr) MMIO_IN8(psav->MapBase, addr)
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_reg.h 53 #define INREG8(addr) MMIO_IN8(R128MMIO, addr)

Completed in 13 milliseconds