Home
last modified time | relevance | path

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

/linux/arch/alpha/include/asm/
A Dvga.h54 extern struct pci_controller *pci_vga_hose;
64 if (pci_vga_hose && __is_port_vga(a)) \
65 (a) += pci_vga_hose->io_space->start; \
69 if (pci_vga_hose && __is_mem_vga(a)) \
70 (a) += pci_vga_hose->mem_space->start; \
74 # define pci_vga_hose 0 macro
/linux/arch/alpha/kernel/
A Dconsole.c21 struct pci_controller *pci_vga_hose; variable
56 if (!hose || (conswitchp == &vga_con && pci_vga_hose == hose)) in locate_and_init_vga()
65 pci_vga_hose = hose; in locate_and_init_vga()
90 pci_vga_hose = hose; in find_console_vga_hose()
A Dcore_titan.c470 if (pci_vga_hose && __is_mem_vga(addr)) { in titan_ioremap()
471 h = pci_vga_hose->index; in titan_ioremap()
472 addr += pci_vga_hose->mem_space->start; in titan_ioremap()
A Dcore_marvel.c407 pci_vga_hose = hose; in marvel_find_console_vga_hose()

Completed in 7 milliseconds