Searched refs:pci_data_read (Results 1 - 3 of 3) sorted by relevance

/external/qemu/hw/
H A Dpci_host.h83 val = pci_data_read(s->bus, s->config_reg | (addr & 3), 1);
95 val = pci_data_read(s->bus, s->config_reg | (addr & 3), 2);
110 val = pci_data_read(s->bus, s->config_reg | (addr & 3), 4);
H A Dpci.h189 uint32_t pci_data_read(void *opaque, uint32_t addr, int len);
H A Dpci.c600 uint32_t pci_data_read(void *opaque, uint32_t addr, int len) function
637 printf("pci_data_read: addr=%08x val=%08x len=%d\n",

Completed in 67 milliseconds