Home | History | Annotate | Download | only in hw

Lines Matching full:void

9 void *ds1225y_init(target_phys_addr_t mem_base, const char *filename);
10 void ds1225y_set_protection(void *opaque, int protection);
18 void mipsnet_init(int base, qemu_irq irq, NICInfo *nd);
21 extern void jazz_led_init(target_phys_addr_t base);
24 extern void cpu_mips_irq_init_cpu(CPUState *env);
27 extern void cpu_mips_clock_init(CPUState *);
31 void rc4030_dma_memory_rw(void *opaque, target_phys_addr_t addr, uint8_t *buf, int len, int is_write);
32 void rc4030_dma_read(void *dma, uint8_t *buf, int len);
33 void rc4030_dma_write(void *dma, uint8_t *buf, int len);
35 void *rc4030_init(qemu_irq timer, qemu_irq jazz_bus,
39 void dp83932_init(NICInfo *nd, target_phys_addr_t base, int it_shift,
40 qemu_irq irq, void* mem_opaque,
41 void (*memory_rw)(void *opaque, target_phys_addr_t addr, uint8_t *buf, int len, int is_write));