Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dcg3.c85 uint8_t dac_index, dac_state; member
210 s->dac_state = 0; in cg3_reg_write()
221 switch (s->dac_state) { in cg3_reg_write()
224 s->dac_state++; in cg3_reg_write()
228 s->dac_state++; in cg3_reg_write()
236 s->dac_state = 0; in cg3_reg_write()
345 VMSTATE_UINT8(dac_state, CG3State),
359 s->dac_state = 0; in cg3_reset()
H A Dtcx.c91 uint8_t dac_index, dac_state; member
355 VMSTATE_UINT8(dac_state, TCXState),
376 s->dac_state = 0; in tcx_reset()
387 switch (s->dac_state) { in tcx_dac_readl()
390 s->dac_state++; in tcx_dac_readl()
394 s->dac_state++; in tcx_dac_readl()
401 s->dac_state = 0; in tcx_dac_readl()
417 s->dac_state = 0; in tcx_dac_writel()
426 switch (s->dac_state) { in tcx_dac_writel()
430 s->dac_state++; in tcx_dac_writel()
[all …]
H A Dvga_int.h93 uint8_t dac_state; member
H A Dvga.c365 val = s->dac_state; in vga_ioport_read()
481 s->dac_state = 3; in vga_ioport_write()
486 s->dac_state = 0; in vga_ioport_write()
1847 s->dac_state = 0; in vga_common_reset()
2154 VMSTATE_UINT8(dac_state, VGACommonState),
H A Dcirrus_vga.c2541 val = s->dac_state; in cirrus_vga_ioport_read()
2648 s->dac_state = 3; in cirrus_vga_ioport_write()
2653 s->dac_state = 0; in cirrus_vga_ioport_write()
2759 VMSTATE_UINT8(vga.dac_state, CirrusVGAState),