Home
last modified time | relevance | path

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

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