Lines Matching refs:TC6393xbState

89 struct TC6393xbState {  struct
154 static void tc6393xb_gpio_handler_update(TC6393xbState *s) in tc6393xb_gpio_handler_update()
170 qemu_irq tc6393xb_l3v_get(TC6393xbState *s) in tc6393xb_l3v_get()
177 TC6393xbState *s = opaque; in tc6393xb_l3v()
183 TC6393xbState *s = opaque; in tc6393xb_sub_irq()
208 static uint32_t tc6393xb_scr_readb(TC6393xbState *s, hwaddr addr) in tc6393xb_scr_readb()
269 static void tc6393xb_scr_writeb(TC6393xbState *s, hwaddr addr, uint32_t value) in tc6393xb_scr_writeb()
315 static void tc6393xb_nand_irq(TC6393xbState *s) { in tc6393xb_nand_irq()
320 static uint32_t tc6393xb_nand_cfg_readb(TC6393xbState *s, hwaddr addr) { in tc6393xb_nand_cfg_readb()
333 static void tc6393xb_nand_cfg_writeb(TC6393xbState *s, hwaddr addr, uint32_t value) { in tc6393xb_nand_cfg_writeb()
350 static uint32_t tc6393xb_nand_readb(TC6393xbState *s, hwaddr addr) { in tc6393xb_nand_readb()
369 static void tc6393xb_nand_writeb(TC6393xbState *s, hwaddr addr, uint32_t value) { in tc6393xb_nand_writeb()
413 static void tc6393xb_draw_graphic(TC6393xbState *s, int full_update) in tc6393xb_draw_graphic()
437 static void tc6393xb_draw_blank(TC6393xbState *s, int full_update) in tc6393xb_draw_blank()
458 TC6393xbState *s = opaque; in tc6393xb_update_display()
485 TC6393xbState *s = opaque; in tc6393xb_readb()
507 TC6393xbState *s = opaque; in tc6393xb_writeb()
529 TC6393xbState *tc6393xb_init(MemoryRegion *sysmem, uint32_t base, qemu_irq irq) in tc6393xb_init()
531 TC6393xbState *s; in tc6393xb_init()
543 s = g_new0(TC6393xbState, 1); in tc6393xb_init()