Home
last modified time | relevance | path

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

/linux-6.12.1/arch/alpha/include/asm/ !
Dvga.h62 # define __is_mem_vga(a) \ macro
71 if (pci_vga_hose && __is_mem_vga(a)) \
78 # define __is_mem_vga(a) 0 macro
/linux-6.12.1/arch/alpha/kernel/ !
Dcore_titan.c470 if (pci_vga_hose && __is_mem_vga(addr)) { in titan_ioremap()