Home
last modified time | relevance | path

Searched refs:PCI_BASE_ADDRESS_IO_MASK (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/drivers/misc/
H A Dswap_case.c109 PCI_BASE_ADDRESS_IO_MASK) | in sandbox_swap_case_read_config()
/openbmc/u-boot/drivers/pci/
H A Dpci_common.c138 return addr & PCI_BASE_ADDRESS_IO_MASK; in pci_read_bar32()
H A Dpci_auto.c55 bar_size = ((~(bar_response & PCI_BASE_ADDRESS_IO_MASK)) in dm_pciauto_setup_device()
H A Dpci_auto_old.c68 bar_size = ((~(bar_response & PCI_BASE_ADDRESS_IO_MASK)) in pciauto_setup_device()
H A Dpci.c213 bar_size = ~(bar_response & PCI_BASE_ADDRESS_IO_MASK) + 1; in pci_hose_config_device()
H A Dpci-uclass.c1199 return addr & PCI_BASE_ADDRESS_IO_MASK; in dm_pci_read_bar32()
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c628 *gbasep &= PCI_BASE_ADDRESS_IO_MASK; in broadwell_get_gpio_base()
/openbmc/u-boot/drivers/net/
H A Ddc2114x.c256 iobase &= PCI_BASE_ADDRESS_IO_MASK; in dc21x4x_initialize()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c539 addr &= PCI_BASE_ADDRESS_IO_MASK; in qpci_iomap()
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h111 #define PCI_BASE_ADDRESS_IO_MASK (~0x03UL) macro
/openbmc/u-boot/include/
H A Dpci.h215 #define PCI_BASE_ADDRESS_IO_MASK (~0x03ULL) macro
/openbmc/qemu/hw/xen/
H A Dxen_pt_config_init.c406 return hr->base_addr | (hr->bus_flags & ~PCI_BASE_ADDRESS_IO_MASK); in base_address_with_flags()
/openbmc/qemu/hw/vfio/
H A Dpci.c1920 bar->type = pci_bar & (bar->ioport ? ~PCI_BASE_ADDRESS_IO_MASK : in vfio_bar_prepare()