Lines Matching refs:rom_base
907 unsigned long rom_base; in sti_try_rom_generic() local
908 rom_base = pci_resource_start(sti->pd, PCI_ROM_RESOURCE); in sti_try_rom_generic()
909 pci_write_config_dword(sti->pd, PCI_ROM_ADDRESS, rom_base & ~PCI_ROM_ADDRESS_ENABLE); in sti_try_rom_generic()
968 unsigned long fb_base, rom_base; in sticore_pci_init() local
981 rom_base = pci_resource_start(pd, PCI_ROM_RESOURCE); in sticore_pci_init()
983 if (rom_base) { in sticore_pci_init()
984 pci_write_config_dword(pd, PCI_ROM_ADDRESS, rom_base | PCI_ROM_ADDRESS_ENABLE); in sticore_pci_init()
985 DPRINTK((KERN_DEBUG "STI PCI ROM enabled at 0x%08lx\n", rom_base)); in sticore_pci_init()
989 rom_base, rom_len/1024, fb_base, fb_len/1024/1024); in sticore_pci_init()
992 rom_base, fb_base)); in sticore_pci_init()
994 sti = sti_try_rom_generic(rom_base, fb_base, pd); in sticore_pci_init()