Home
last modified time | relevance | path

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

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