Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pci/
A 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()
A Dsetup-res.c85 reg = dev->rom_base_reg; in pci_std_update_resource()
A Dprobe.c341 dev->rom_base_reg = rom; in pci_read_bases()
/linux-6.3-rc2/arch/powerpc/kernel/
A 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()
A Dpci-common.c1346 pci_read_config_dword(dev, dev->rom_base_reg, &reg); in pcibios_allocate_resources()
1351 pci_write_config_dword(dev, dev->rom_base_reg, in pcibios_allocate_resources()
/linux-6.3-rc2/arch/x86/pci/
A 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-6.3-rc2/arch/sparc/kernel/
A 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-6.3-rc2/include/linux/
A Dpci.h352 u8 rom_base_reg; /* Config register controlling ROM */ member

Completed in 25 milliseconds