OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pci_data_write
(Results
1 - 3
of
3
) sorted by null
/external/qemu/hw/pci-host/
pci_host.h
49
pci_data_write
(s->bus, s->config_reg | (addr & 3), val, 1);
61
pci_data_write
(s->bus, s->config_reg | (addr & 3), val, 2);
73
pci_data_write
(s->bus, s->config_reg, val, 4);
/external/qemu/include/hw/pci/
pci.h
188
void
pci_data_write
(void *opaque, uint32_t addr, uint32_t val, int len);
/external/qemu/hw/pci/
pci.c
573
void
pci_data_write
(void *opaque, uint32_t addr, uint32_t val, int len)
function
580
printf("
pci_data_write
: addr=%08x val=%08x len=%d\n",
Completed in 280 milliseconds