Home
last modified time | relevance | path

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

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