Searched defs:vga_writeb (Results  1 – 10 of 10) sorted by relevance
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | vga.h | 23 #define vga_writeb(x,y)	(*(y) = (x))  macro
 | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | vga.h | 11 #define vga_writeb(x,y)	(*((volatile unsigned char *)y) = (x))  macro
 | 
| /linux-4.4.14/arch/xtensa/include/asm/ | 
| D | vga.h | 17 #define vga_writeb(x,y)	(*(y) = (x))  macro
 | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | vga.h | 18 #define vga_writeb(x, y) (*(y) = (x))  macro
 | 
| /linux-4.4.14/arch/m32r/include/asm/ | 
| D | vga.h | 18 #define vga_writeb(x,y) (*(y) = (x))  macro
 | 
| /linux-4.4.14/include/asm-generic/ | 
| D | vga.h | 22 #define vga_writeb(x, y) (*(y) = (x))  macro
 | 
| /linux-4.4.14/arch/tile/include/asm/ | 
| D | vga.h | 35 #define vga_writeb(v,a)	writeb(v, (u8 __iomem *)(a))  macro
 | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | vga.h | 48 #define vga_writeb(x,y) (*(y) = (x))  macro
 | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | vga.h | 20 #define vga_writeb(x, y)	(*(y) = (x))  macro
 | 
| /linux-4.4.14/arch/alpha/include/asm/ | 
| D | vga.h | 47 #define vga_writeb(v,a)	writeb(v, (u8 __iomem *)(a))  macro
 |