Home
last modified time | relevance | path

Searched refs:SH7750State (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/sh4/
H A Dsh.h37 struct SH7750State;
39 struct SH7750State *sh7750_init(SuperHCPU *cpu, MemoryRegion *sysmem);
53 int sh7750_register_io_device(struct SH7750State *s,
61 qemu_irq sh7750_irl(struct SH7750State *s);
64 int tc58128_init(struct SH7750State *s, const char *zone1, const char *zone2);
/openbmc/qemu/hw/sh4/
H A Dsh7750.c43 typedef struct SH7750State { struct
84 } SH7750State; argument
231 SH7750State *s = opaque; in sh7750_mem_readw()
266 SH7750State *s = opaque; in sh7750_mem_readl()
334 SH7750State *s = opaque; in sh7750_mem_writew()
387 SH7750State *s = opaque; in sh7750_mem_writel()
682 SH7750State *s = opaque; in sh7750_mmct_read()
726 SH7750State *s = opaque; in sh7750_mmct_write()
768 SH7750State *s; in sh7750_init()
773 s = g_new0(SH7750State, 1); in sh7750_init()
[all …]
H A Dshix.c46 struct SH7750State *s; in shix_init()
H A Dr2d.c239 struct SH7750State *s; in r2d_init()
/openbmc/qemu/hw/block/
H A Dtc58128.c203 int tc58128_init(struct SH7750State *s, const char *zone1, const char *zone2) in tc58128_init()