Home
last modified time | relevance | path

Searched defs:vga_writeb (Results 1 – 3 of 3) 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/alpha/include/asm/
H A Dvga.h50 #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a)) macro