Searched refs:mmio (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Dreg_dumper.h55 volatile unsigned char *mmio; member in struct:_i830
70 #define INREG8(reg) (*(volatile uint8_t *)((pI830)->mmio + (reg)))
71 #define INREG16(reg) (*(volatile uint16_t *)((pI830)->mmio + (reg)))
72 #define INREG(reg) (*(volatile uint32_t *)((pI830)->mmio + (reg)))
74 *(volatile uint8_t *)((pI830)->mmio + (reg)) = (val)
76 *(volatile uint16_t *)((pI830)->mmio + (reg)) = (val)
78 *(volatile uint32_t *)((pI830)->mmio + (reg)) = (val)
H A Dutil.c46 void *mmio; local in function:intel_i830rec_init
76 &mmio);
82 pI830->mmio = mmio;
H A Dmain.c42 void *mmio; local in function:main
72 &mmio);
78 i830.mmio = mmio;
H A Dhotplug.c52 void *mmio; local in function:main
83 &mmio);
89 i830.mmio = mmio;
H A Didle.c121 void *mmio; local in function:main
153 &mmio);
159 i830.mmio = mmio;
H A Dgtt.c56 gtt = (unsigned char *)(pI830->mmio + MB(2));
58 gtt = (unsigned char *)(pI830->mmio + KB(512));
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/fbdevhw/
H A Dfbdevhw.c69 char* mmio; member in struct:__anond944f5ca0108
639 if (NULL == fPtr->mmio) {
652 fPtr->mmio = mmap(NULL, fPtr->mmio_len, PROT_READ | PROT_WRITE,
654 if (-1 == (long)fPtr->mmio) {
656 "mmap mmio: %s\n", strerror(errno));
657 fPtr->mmio = NULL;
659 fPtr->mmio += mmio_off;
661 return fPtr->mmio;
669 if (NULL != fPtr->mmio) {
670 if (-1 == munmap((void *)((unsigned long)fPtr->mmio
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/fbdevhw/
H A Dfbdevhw.c66 char *mmio; member in struct:__anondd4ec59d0108
658 if (NULL == fPtr->mmio) {
671 fPtr->mmio = mmap(NULL, fPtr->mmio_len, PROT_READ | PROT_WRITE,
673 if (-1 == (long) fPtr->mmio) {
675 "mmap mmio: %s\n", strerror(errno));
676 fPtr->mmio = NULL;
679 fPtr->mmio += mmio_off;
681 return fPtr->mmio;
689 if (NULL != fPtr->mmio) {
691 munmap((void *) ((unsigned long) fPtr->mmio
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.h133 radeonRegionRec mmio; member in struct:radeon_screen
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_screen.h143 radeonRegionRec mmio; member in struct:radeon_screen
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst3522 - intel/aub_write: log mmio writes
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json4774 "description": "venus: Allow usage of virtio-mmio based device",
[all...]

Completed in 142 milliseconds