Searched refs:iofunc (Results 1 - 2 of 2) sorted by relevance

/external/qemu/hw/
H A Dsysbus.h24 int iofunc; member in struct:SysBusDevice::__anon9651
42 void sysbus_init_mmio(SysBusDevice *dev, target_phys_addr_t size, int iofunc);
H A Dsysbus.c52 dev->mmio[n].iofunc);
78 void sysbus_init_mmio(SysBusDevice *dev, target_phys_addr_t size, int iofunc) argument
86 dev->mmio[n].iofunc = iofunc;

Completed in 41 milliseconds