Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dsm501.c520 uint32_t dc_crt_control; member
592 int bpp = crt ? s->dc_crt_control : s->dc_panel_control; in get_bpp()
700 int crt = (s->dc_crt_control & SM501_DC_CRT_CONTROL_SEL) ? 1 : 0; in sm501_2d_operation()
1261 ret = s->dc_crt_control; in sm501_disp_ctrl_read()
1385 s->dc_crt_control = value & 0x0003FFFF; in sm501_disp_ctrl_write()
1724 int crt = (s->dc_crt_control & SM501_DC_CRT_CONTROL_SEL) ? 1 : 0; in sm501_update_display()
1740 if (!((crt ? s->dc_crt_control : s->dc_panel_control) in sm501_update_display()
1867 s->dc_crt_control = 0x00010000; in sm501_reset()
1976 VMSTATE_UINT32(dc_crt_control, SM501State),