HomeSort by relevance Sort by last modified time
    Searched refs:pci_data_read (Results 1 - 3 of 3) sorted by null

  /external/qemu/hw/pci-host/
pci_host.h 83 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);
  /external/qemu/include/hw/pci/
pci.h 189 uint32_t pci_data_read(void *opaque, uint32_t addr, int len);
  /external/qemu/hw/pci/
pci.c 599 uint32_t pci_data_read(void *opaque, uint32_t addr, int len) function
636 printf("pci_data_read: addr=%08x val=%08x len=%d\n",

Completed in 421 milliseconds