Home
last modified time | relevance | path

Searched refs:__is_mem_vga (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/alpha/include/asm/
Dvga.h59 # define __is_mem_vga(a) \ macro
68 if (pci_vga_hose && __is_mem_vga(a)) \
75 # define __is_mem_vga(a) 0 macro
/linux-4.1.27/arch/alpha/kernel/
Dcore_titan.c467 if (pci_vga_hose && __is_mem_vga(addr)) { in titan_ioremap()