Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/sh4/
H A Dsh.h37 struct SH7750State;
39 struct SH7750State *sh7750_init(SuperHCPU *cpu, MemoryRegion *sysmem);
45 qemu_irq sh7750_irl(struct SH7750State *s);
/openbmc/qemu/hw/sh4/
H A Dsh7750.c41 typedef struct SH7750State { struct
81 } SH7750State; argument
83 static inline int has_bcr3_and_bcr4(SH7750State *s) in has_bcr3_and_bcr4()
115 static uint16_t porta_lines(SH7750State *s) in porta_lines()
122 static uint16_t portb_lines(SH7750State *s) in portb_lines()
129 static void porta_changed(SH7750State *s, uint16_t prev) in porta_changed()
140 static void portb_changed(SH7750State *s, uint16_t prev) in portb_changed()
178 SH7750State *s = opaque; in sh7750_mem_readw()
213 SH7750State *s = opaque; in sh7750_mem_readl()
281 SH7750State *s = opaque; in sh7750_mem_writew()
[all …]
H A Dr2d.c239 struct SH7750State *s; in r2d_init()