Lines Matching refs:rom_base
905 unsigned long rom_base; in sti_try_rom_generic() local
906 rom_base = pci_resource_start(sti->pd, PCI_ROM_RESOURCE); in sti_try_rom_generic()
907 pci_write_config_dword(sti->pd, PCI_ROM_ADDRESS, rom_base & ~PCI_ROM_ADDRESS_ENABLE); in sti_try_rom_generic()
966 unsigned long fb_base, rom_base; in sticore_pci_init() local
979 rom_base = pci_resource_start(pd, PCI_ROM_RESOURCE); in sticore_pci_init()
981 if (rom_base) { in sticore_pci_init()
982 pci_write_config_dword(pd, PCI_ROM_ADDRESS, rom_base | PCI_ROM_ADDRESS_ENABLE); in sticore_pci_init()
983 DPRINTK((KERN_DEBUG "STI PCI ROM enabled at 0x%08lx\n", rom_base)); in sticore_pci_init()
987 rom_base, rom_len/1024, fb_base, fb_len/1024/1024); in sticore_pci_init()
990 rom_base, fb_base)); in sticore_pci_init()
992 sti = sti_try_rom_generic(rom_base, fb_base, pd); in sticore_pci_init()