Home
last modified time | relevance | path

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

/arch/arm/include/asm/
A Dvga.h13 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x)) macro
/arch/x86/include/asm/
A Dvga.h31 #define vga_writeb(x, y) (*(y) = (x)) macro
/arch/mips/include/asm/
A Dvga.h22 #define vga_writeb(x, y) (*(y) = (x)) macro
/arch/powerpc/include/asm/
A Dvga.h52 #define vga_writeb(x,y) (*(y) = (x)) macro
/arch/alpha/include/asm/
A Dvga.h50 #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a)) macro

Completed in 9 milliseconds