OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pci_data_read
(Results
1 - 3
of
3
) sorted by null
/external/qemu/hw/
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);
pci.h
189
uint32_t
pci_data_read
(void *opaque, uint32_t addr, int len);
pci.c
600
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 59 milliseconds