Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dsm501.c529 uint32_t dc_crt_hwc_location; member
622 uint32_t location = crt ? state->dc_crt_hwc_location in get_hwc_y()
633 uint32_t location = crt ? state->dc_crt_hwc_location in get_hwc_x()
1286 ret = s->dc_crt_hwc_location; in sm501_disp_ctrl_read()
1419 if (value != s->dc_crt_hwc_location) { in sm501_disp_ctrl_write()
1421 s->dc_crt_hwc_location = value; in sm501_disp_ctrl_write()
1984 VMSTATE_UINT32(dc_crt_hwc_location, SM501State),