Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dsm501.c550 uint32_t twoD_destination_base; member
698 uint32_t dst_base = s->twoD_destination_base & 0x03FFFFFF; in sm501_2d_operation()
709 if (s->twoD_source_base & BIT(27) || s->twoD_destination_base & BIT(27)) { in sm501_2d_operation()
1511 ret = s->twoD_destination_base; in sm501_2d_engine_read()
1599 s->twoD_destination_base = value; in sm501_2d_engine_write()
1885 s->twoD_destination_base = 0; in sm501_reset()
2004 VMSTATE_UINT32(twoD_destination_base, SM501State),