Searched defs:vga_writeb (Results 1 – 3 of 3) sorted by relevance
13 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x)) macro
31 #define vga_writeb(x, y) (*(y) = (x)) macro
50 #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a)) macro