Searched refs:vga_writeb (Results 1 – 10 of 10) sorted by relevance
18 #define vga_writeb(x,y) (*(y) = (x)) macro
10 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x)) macro
23 #define vga_writeb __raw_writeb macro
48 #define vga_writeb(x,y) (*(y) = (x)) macro
43 #define vga_writeb(x,y) (*(y) = (x)) macro
47 #define vga_writeb writeb macro
769 vga_writeb(arg[i], charmap + i); in vgacon_do_font_op()784 vga_writeb(arg[i], charmap+i); in vgacon_do_font_op()