Home
last modified time | relevance | path

Searched refs:rom_base_reg (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/pci/
Drom.c43 pci_read_config_dword(pdev, pdev->rom_base_reg, &rom_addr); in pci_enable_rom()
46 pci_write_config_dword(pdev, pdev->rom_base_reg, rom_addr); in pci_enable_rom()
66 pci_read_config_dword(pdev, pdev->rom_base_reg, &rom_addr); in pci_disable_rom()
68 pci_write_config_dword(pdev, pdev->rom_base_reg, rom_addr); in pci_disable_rom()
Dsetup-res.c85 reg = dev->rom_base_reg; in pci_std_update_resource()
Dprobe.c341 dev->rom_base_reg = rom; in pci_read_bases()
/linux-5.19.10/arch/powerpc/kernel/
Dpci_of_scan.c152 } else if (i == dev->rom_base_reg) { in of_pci_parse_addrs()
221 dev->rom_base_reg = PCI_ROM_ADDRESS1; in of_create_pci_dev()
227 dev->rom_base_reg = PCI_ROM_ADDRESS; in of_create_pci_dev()
Dpci-common.c1345 pci_read_config_dword(dev, dev->rom_base_reg, &reg); in pcibios_allocate_resources()
1350 pci_write_config_dword(dev, dev->rom_base_reg, in pcibios_allocate_resources()
/linux-5.19.10/arch/x86/pci/
Di386.c300 pci_read_config_dword(dev, dev->rom_base_reg, &reg); in pcibios_allocate_dev_resources()
301 pci_write_config_dword(dev, dev->rom_base_reg, in pcibios_allocate_dev_resources()
/linux-5.19.10/arch/sparc/kernel/
Dpci.c235 } else if (i == dev->rom_base_reg) { in pci_parse_of_addrs()
337 dev->rom_base_reg = PCI_ROM_ADDRESS1; in of_create_pci_dev()
342 dev->rom_base_reg = PCI_ROM_ADDRESS; in of_create_pci_dev()
/linux-5.19.10/arch/microblaze/pci/
Dpci-common.c752 pci_read_config_dword(dev, dev->rom_base_reg, &reg); in pcibios_allocate_resources()
757 pci_write_config_dword(dev, dev->rom_base_reg, in pcibios_allocate_resources()
/linux-5.19.10/include/linux/
Dpci.h351 u8 rom_base_reg; /* Config register controlling ROM */ member