Searched refs:PCI_ROM_ADDRESS1 (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/xen/xen-pciback/ |
H A D | conf_space_header.c | 219 if (offset == PCI_ROM_ADDRESS || offset == PCI_ROM_ADDRESS1) in bar_init() 386 CFG_FIELD_ROM(PCI_ROM_ADDRESS1),
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_auto.c | 135 PCI_ROM_ADDRESS : PCI_ROM_ADDRESS1; in dm_pciauto_setup_device()
|
H A D | pci_auto_old.c | 146 PCI_ROM_ADDRESS : PCI_ROM_ADDRESS1; in pciauto_setup_device()
|
H A D | pcie_layerscape.c | 328 dbi_writel(pcie, 0, PCIE_CS2_OFFSET + PCI_ROM_ADDRESS1); in ls_pcie_disable_bars()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pci_of_scan.c | 221 dev->rom_base_reg = PCI_ROM_ADDRESS1; in of_create_pci_dev()
|
/openbmc/linux/drivers/pci/ |
H A D | pci-bridge-emul.c | 146 [PCI_ROM_ADDRESS1 / 4] = {
|
H A D | probe.c | 1985 pci_read_bases(dev, 2, PCI_ROM_ADDRESS1); in pci_setup_device()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 158 #define PCI_ROM_ADDRESS1 0x38 /* Same as PCI_ROM_ADDRESS, but for htype 1 */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 159 #define PCI_ROM_ADDRESS1 0x38 /* Same as PCI_ROM_ADDRESS, but for htype 1 */ macro
|
/openbmc/u-boot/cmd/ |
H A D | pci.c | 220 { "expansion ROM base address", PCI_SIZE_32, PCI_ROM_ADDRESS1 },
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | pci.c | 338 dev->rom_base_reg = PCI_ROM_ADDRESS1; in of_create_pci_dev()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 264 #define PCI_ROM_ADDRESS1 0x38 /* Same as PCI_ROM_ADDRESS, but for htype 1 */ macro
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 300 return type == PCI_HEADER_TYPE_BRIDGE ? PCI_ROM_ADDRESS1 : PCI_ROM_ADDRESS; in pci_bar() 1629 ranges_overlap(addr, l, PCI_ROM_ADDRESS1, 4) || in pci_default_write_config()
|