Searched refs:pci_vga_hose (Results 1 - 4 of 4) sorted by last modified time

/linux-master/arch/alpha/kernel/
H A Dcore_marvel.c411 pci_vga_hose = hose;
H A Dconsole.c22 struct pci_controller *pci_vga_hose; variable in typeref:struct:pci_controller
57 if (!hose || (conswitchp == &vga_con && pci_vga_hose == hose))
66 pci_vga_hose = hose;
91 pci_vga_hose = hose;
H A Dcore_titan.c474 if (pci_vga_hose && __is_mem_vga(addr)) {
475 h = pci_vga_hose->index;
476 addr += pci_vga_hose->mem_space->start;
/linux-master/arch/alpha/include/asm/
H A Dvga.h56 extern struct pci_controller *pci_vga_hose;
66 if (pci_vga_hose && __is_port_vga(a)) \
67 (a) += pci_vga_hose->io_space->start; \
71 if (pci_vga_hose && __is_mem_vga(a)) \
72 (a) += pci_vga_hose->mem_space->start; \
76 # define pci_vga_hose 0 macro

Completed in 154 milliseconds