Lines Matching refs:SH7750State
41 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()
334 SH7750State *s = opaque; in sh7750_mem_writel()
629 SH7750State *s = opaque; in sh7750_mmct_read()
673 SH7750State *s = opaque; in sh7750_mmct_write()
713 SH7750State *sh7750_init(SuperHCPU *cpu, MemoryRegion *sysmem) in sh7750_init()
715 SH7750State *s; in sh7750_init()
720 s = g_new0(SH7750State, 1); in sh7750_init()
847 qemu_irq sh7750_irl(SH7750State *s) in sh7750_irl()