Home
last modified time | relevance | path

Searched refs:mga_writeb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.h131 static inline void mga_writeb(vaddr_t va, unsigned int offs, u_int8_t value) { in mga_writeb() function
667 #define mga_outb(addr,val) mga_writeb(minfo->mmio.vbase, (addr), (val))
H A Dmatroxfb_base.c1310 mga_writeb(vm, offs, 0x02); in matroxfb_getmemory()
1315 mga_writeb(vm, offs, mga_readb(vm, offs) - 0x02); in matroxfb_getmemory()
1321 mga_writeb(vm, offs2, *tmp++); in matroxfb_getmemory()