Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dsm501.c514 uint32_t dc_panel_hwc_location; member
623 : state->dc_panel_hwc_location; in get_hwc_y()
634 : state->dc_panel_hwc_location; in get_hwc_x()
1247 ret = s->dc_panel_hwc_location; in sm501_disp_ctrl_read()
1368 if (value != s->dc_panel_hwc_location) { in sm501_disp_ctrl_write()
1370 s->dc_panel_hwc_location = value; in sm501_disp_ctrl_write()
1972 VMSTATE_UINT32(dc_panel_hwc_location, SM501State),