Lines Matching refs:rom_base
906 unsigned long rom_base; in sti_try_rom_generic() local
907 rom_base = pci_resource_start(sti->pd, PCI_ROM_RESOURCE); in sti_try_rom_generic()
908 pci_write_config_dword(sti->pd, PCI_ROM_ADDRESS, rom_base & ~PCI_ROM_ADDRESS_ENABLE); in sti_try_rom_generic()
967 unsigned long fb_base, rom_base; in sticore_pci_init() local
980 rom_base = pci_resource_start(pd, PCI_ROM_RESOURCE); in sticore_pci_init()
982 if (rom_base) { in sticore_pci_init()
983 pci_write_config_dword(pd, PCI_ROM_ADDRESS, rom_base | PCI_ROM_ADDRESS_ENABLE); in sticore_pci_init()
984 DPRINTK((KERN_DEBUG "STI PCI ROM enabled at 0x%08lx\n", rom_base)); in sticore_pci_init()
988 rom_base, rom_len/1024, fb_base, fb_len/1024/1024); in sticore_pci_init()
991 rom_base, fb_base)); in sticore_pci_init()
993 sti = sti_try_rom_generic(rom_base, fb_base, pd); in sticore_pci_init()