Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/include/asm/
A Dvga.h12 #define vga_writeb(x,y) (*((volatile unsigned char *)y) = (x)) macro
/linux-6.3-rc2/include/asm-generic/
A Dvga.h23 #define vga_writeb(x, y) (*(y) = (x)) macro
/linux-6.3-rc2/arch/ia64/include/asm/
A Dvga.h24 #define vga_writeb(x,y) (*(y) = (x)) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dvga.h31 #define vga_writeb(x, y) (*(y) = (x)) macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dvga.h57 #define vga_writeb(x,y) (*(y) = (x)) macro
/linux-6.3-rc2/arch/mips/include/asm/
A Dvga.h22 #define vga_writeb(x, y) (*(y) = (x)) macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dvga.h48 #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a)) macro
/linux-6.3-rc2/drivers/video/console/
A Dvgacon.c890 vga_writeb(arg[i], charmap + i); in vgacon_do_font_op()
909 vga_writeb(arg[i], charmap + i); in vgacon_do_font_op()

Completed in 9 milliseconds