Home
last modified time | relevance | path

Searched refs:pci_vga_hose (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/alpha/include/asm/
Dvga.h53 extern struct pci_controller *pci_vga_hose;
63 if (pci_vga_hose && __is_port_vga(a)) \
64 (a) += pci_vga_hose->io_space->start; \
68 if (pci_vga_hose && __is_mem_vga(a)) \
69 (a) += pci_vga_hose->mem_space->start; \
73 # define pci_vga_hose 0 macro
/linux-4.1.27/arch/alpha/kernel/
Dconsole.c20 struct pci_controller *pci_vga_hose; variable
54 if (!hose || (conswitchp == &vga_con && pci_vga_hose == hose)) in locate_and_init_vga()
63 pci_vga_hose = hose; in locate_and_init_vga()
88 pci_vga_hose = hose; in find_console_vga_hose()
Dcore_titan.c467 if (pci_vga_hose && __is_mem_vga(addr)) { in titan_ioremap()
468 h = pci_vga_hose->index; in titan_ioremap()
469 addr += pci_vga_hose->mem_space->start; in titan_ioremap()
Dcore_marvel.c403 pci_vga_hose = hose; in marvel_find_console_vga_hose()