Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dsm501.c528 uint32_t dc_crt_hwc_addr; member
602 uint32_t addr = crt ? state->dc_crt_hwc_addr : state->dc_panel_hwc_addr; in is_hwc_enabled()
612 uint32_t addr = crt ? state->dc_crt_hwc_addr : state->dc_panel_hwc_addr; in get_hwc_address()
1283 ret = s->dc_crt_hwc_addr; in sm501_disp_ctrl_read()
1412 if (value != s->dc_crt_hwc_addr) { in sm501_disp_ctrl_write()
1414 s->dc_crt_hwc_addr = value; in sm501_disp_ctrl_write()
1983 VMSTATE_UINT32(dc_crt_hwc_addr, SM501State),