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

/external/qemu/include/hw/
H A Dsysbus.h25 int iofunc; member in struct:SysBusDevice::__anon29888
43 void sysbus_init_mmio(SysBusDevice *dev, hwaddr size, int iofunc);
/external/qemu/hw/core/
H A Dsysbus.c53 dev->mmio[n].iofunc);
79 void sysbus_init_mmio(SysBusDevice *dev, hwaddr size, int iofunc) argument
87 dev->mmio[n].iofunc = iofunc;

Completed in 116 milliseconds