Home
last modified time | relevance | path

Searched defs:vga_readb (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/include/asm/
H A Dvga.h12 #define vga_readb(x) (*((volatile unsigned char *)x)) macro
/linux/arch/x86/include/asm/
H A Dvga.h30 #define vga_readb(x) (*(x)) macro
/linux/arch/alpha/include/asm/
H A Dvga.h49 #define vga_readb(a) readb((u8 __iomem *)(a)) macro