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