Searched refs:VIA_READ8 (Results 1 - 2 of 2) sorted by relevance

/drivers/gpu/drm/via/
H A Dvia_irq.c188 VIA_WRITE8(0x83d5, VIA_READ8(0x83d5) | 0x30);
202 VIA_WRITE8(0x83d5, VIA_READ8(0x83d5) & ~0x30);
326 VIA_WRITE8(0x83d5, VIA_READ8(0x83d5) | 0x30);
342 VIA_WRITE8(0x83d5, VIA_READ8(0x83d5) & ~0x30);
H A Dvia_drv.h114 #define VIA_READ8(reg) DRM_READ8(VIA_BASE, reg) macro

Completed in 1257 milliseconds