Home
last modified time | relevance | path

Searched defs:vga_writeb (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dvga.h31 #define vga_writeb(x, y) (*(y) = (x)) macro
/openbmc/linux/arch/ia64/include/asm/
H A Dvga.h24 #define vga_writeb(x,y) (*(y) = (x)) macro
/openbmc/linux/include/asm-generic/
H A Dvga.h23 #define vga_writeb(x, y) (*(y) = (x)) macro
/openbmc/linux/arch/arm/include/asm/
H A Dvga.h12 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x)) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dvga.h57 #define vga_writeb(x,y) (*(y) = (x)) macro
/openbmc/linux/arch/mips/include/asm/
H A Dvga.h22 #define vga_writeb(x, y) (*(y) = (x)) macro
/openbmc/linux/arch/alpha/include/asm/
H A Dvga.h48 #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a)) macro