Searched refs:pci_data_read (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | pci_host.c | 142 uint32_t pci_data_read(PCIBus *s, uint32_t addr, unsigned len) in pci_data_read() function 199 return pci_data_read(s->bus, s->config_reg | (addr & 3), len); in pci_host_data_read()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci_host.h | 66 uint32_t pci_data_read(PCIBus *s, uint32_t addr, unsigned len);
|
/openbmc/qemu/hw/alpha/ |
H A D | pci.c | 47 return pci_data_read(b, addr, size); in bw_conf1_read()
|
/openbmc/qemu/hw/pci-host/ |
H A D | sh_pci.c | 92 return pci_data_read(phb->bus, pcic->par, 4); in sh_pci_reg_read()
|
H A D | versatile.c | 308 val = pci_data_read(&s->pci_bus, addr, size); in pci_vpb_config_read()
|
H A D | raven.c | 110 return pci_data_read(phb->bus, raven_pci_io_config(addr), size); in raven_pci_io_read()
|
H A D | dino.c | 310 return pci_data_read(s->bus, s->config_reg | (addr & 3), len); in dino_config_data_read()
|
H A D | sabre.c | 266 ret = pci_data_read(phb->bus, addr, size); in sabre_pci_config_read()
|
H A D | uninorth.c | 97 val = pci_data_read(phb->bus, in unin_data_read()
|
H A D | bonito.c | 538 return pci_data_read(phb->bus, phb->config_reg, size); in bonito_spciconf_read()
|
H A D | astro.c | 239 val = pci_data_read(s->bus, s->config_reg | (addr & 3), len); in elroy_config_data_read()
|