Searched refs:vga_writeb (Results 1 – 7 of 7) sorted by relevance
23 #define vga_writeb(x, y) (*(y) = (x)) macro
13 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x)) macro
31 #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
50 #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a)) macro
901 vga_writeb(arg[i], charmap + i); in vgacon_do_font_op()920 vga_writeb(arg[i], charmap + i); in vgacon_do_font_op()