Home
last modified time | relevance | path

Searched refs:vga_writeb (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm/include/asm/
H A Dvga.h13 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x)) macro
/linux/arch/x86/include/asm/
H A Dvga.h31 #define vga_writeb(x, y) (*(y) = (x)) macro
/linux/arch/mips/include/asm/
H A Dvga.h22 #define vga_writeb(x, y) (*(y) = (x)) macro
/linux/arch/powerpc/include/asm/
H A Dvga.h52 #define vga_writeb(x,y) (*(y) = (x)) macro
/linux/arch/alpha/include/asm/
H A Dvga.h50 #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a)) macro
/linux/drivers/video/console/
H A Dvgacon.c901 vga_writeb(arg[i], charmap + i); in vgacon_do_font_op()
920 vga_writeb(arg[i], charmap + i); in vgacon_do_font_op()