HomeSort by relevance Sort by last modified time
    Searched full:iofunc (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/hw/
sysbus.h 25 int iofunc; member in struct:SysBusDevice::__anon33606
43 void sysbus_init_mmio(SysBusDevice *dev, hwaddr size, int iofunc);
  /external/qemu/hw/core/
sysbus.c 53 dev->mmio[n].iofunc);
79 void sysbus_init_mmio(SysBusDevice *dev, hwaddr size, int iofunc)
87 dev->mmio[n].iofunc = iofunc;

Completed in 63 milliseconds