Home
last modified time | relevance | path

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

/linux-6.12.1/include/asm-generic/
Dvga.h23 #define vga_writeb(x, y) (*(y) = (x)) macro
/linux-6.12.1/arch/arm/include/asm/
Dvga.h13 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x)) macro
/linux-6.12.1/arch/x86/include/asm/
Dvga.h31 #define vga_writeb(x, y) (*(y) = (x)) macro
/linux-6.12.1/arch/powerpc/include/asm/
Dvga.h57 #define vga_writeb(x,y) (*(y) = (x)) macro
/linux-6.12.1/arch/mips/include/asm/
Dvga.h22 #define vga_writeb(x, y) (*(y) = (x)) macro
/linux-6.12.1/arch/alpha/include/asm/
Dvga.h50 #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a)) macro
/linux-6.12.1/drivers/video/console/
Dvgacon.c901 vga_writeb(arg[i], charmap + i); in vgacon_do_font_op()
920 vga_writeb(arg[i], charmap + i); in vgacon_do_font_op()