Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dsm501.c508 uint32_t dc_panel_h_total; member
580 int width = crt ? s->dc_crt_h_total : s->dc_panel_h_total; in get_width()
1231 ret = s->dc_panel_h_total; in sm501_disp_ctrl_read()
1347 s->dc_panel_h_total = value & 0x0FFF0FFF; in sm501_disp_ctrl_write()
1967 VMSTATE_UINT32(dc_panel_h_total, SM501State),