Lines Matching refs:rom_base
990 unsigned long rom_base; in sti_try_rom_generic() local
991 rom_base = pci_resource_start(sti->pd, PCI_ROM_RESOURCE); in sti_try_rom_generic()
992 pci_write_config_dword(sti->pd, PCI_ROM_ADDRESS, rom_base & ~PCI_ROM_ADDRESS_ENABLE); in sti_try_rom_generic()
1054 unsigned long fb_base, rom_base; in sticore_pci_init() local
1067 rom_base = pci_resource_start(pd, PCI_ROM_RESOURCE); in sticore_pci_init()
1069 if (rom_base) { in sticore_pci_init()
1070 pci_write_config_dword(pd, PCI_ROM_ADDRESS, rom_base | PCI_ROM_ADDRESS_ENABLE); in sticore_pci_init()
1071 pr_debug("STI PCI ROM enabled at 0x%08lx\n", rom_base); in sticore_pci_init()
1075 rom_base, rom_len/1024, fb_base, fb_len/1024/1024); in sticore_pci_init()
1078 rom_base, fb_base); in sticore_pci_init()
1080 sti = sti_try_rom_generic(rom_base, fb_base, pd); in sticore_pci_init()