Searched refs:vga_writeb (Results 1 - 7 of 7) sorted by relevance

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

Completed in 143 milliseconds