Searched refs:pci_data_write (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/include/hw/pci/ |
H A D | pci_host.h | 65 void pci_data_write(PCIBus *s, uint32_t addr, uint32_t val, unsigned len);
|
/openbmc/qemu/hw/pci/ |
H A D | pci_host.c | 126 void pci_data_write(PCIBus *s, uint32_t addr, uint32_t val, unsigned len) in pci_data_write() function 188 pci_data_write(s->bus, s->config_reg | (addr & 3), val, len); in pci_host_data_write()
|
/openbmc/qemu/hw/alpha/ |
H A D | pci.c | 54 pci_data_write(b, addr, val, size); in bw_conf1_write()
|
/openbmc/qemu/hw/pci-host/ |
H A D | sh_pci.c | 72 pci_data_write(phb->bus, pcic->par, val, 4); in sh_pci_reg_write()
|
H A D | versatile.c | 300 pci_data_write(&s->pci_bus, addr, val, size); in pci_vpb_config_write()
|
H A D | sabre.c | 256 pci_data_write(phb->bus, addr, val, size); in sabre_pci_config_write()
|
H A D | dino.c | 317 pci_data_write(s->bus, s->config_reg | (addr & 3), val, len); in dino_config_data_write()
|
H A D | raven.c | 102 pci_data_write(phb->bus, raven_pci_io_config(addr), val, size); in raven_pci_io_write()
|
H A D | uninorth.c | 85 pci_data_write(phb->bus, in unin_data_write()
|
H A D | bonito.c | 503 pci_data_write(phb->bus, phb->config_reg, val, size); in bonito_spciconf_write()
|
H A D | astro.c | 248 pci_data_write(s->bus, s->config_reg | (addr & 3), val, len); in elroy_config_data_write()
|