Searched refs:dac_state (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | cg3.c | 85 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 D | tcx.c | 91 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 D | vga_int.h | 93 uint8_t dac_state; member
|
H A D | vga.c | 365 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 D | cirrus_vga.c | 2541 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),
|