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.c551 uint32_t twoD_destination_base; member
699 uint32_t dst_base = s->twoD_destination_base & 0x03FFFFFF; in sm501_2d_operation()
710 if (s->twoD_source_base & BIT(27) || s->twoD_destination_base & BIT(27)) { in sm501_2d_operation()
1512 ret = s->twoD_destination_base; in sm501_2d_engine_read()
1600 s->twoD_destination_base = value; in sm501_2d_engine_write()
1886 s->twoD_destination_base = 0; in sm501_reset()
2005 VMSTATE_UINT32(twoD_destination_base, SM501State),