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

  /external/qemu/hw/
sysbus.h 24 int iofunc; member in struct:SysBusDevice::__anon10108
42 void sysbus_init_mmio(SysBusDevice *dev, target_phys_addr_t size, int iofunc);
sysbus.c 52 dev->mmio[n].iofunc);
78 void sysbus_init_mmio(SysBusDevice *dev, target_phys_addr_t size, int iofunc)
86 dev->mmio[n].iofunc = iofunc;

Completed in 104 milliseconds