Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dsm501.c549 uint32_t twoD_source_base; member
709 if (s->twoD_source_base & BIT(27) || s->twoD_destination_base & BIT(27)) { in sm501_2d_operation()
741 uint32_t src_base = s->twoD_source_base & 0x03FFFFFF; in sm501_2d_operation()
1508 ret = s->twoD_source_base; in sm501_2d_engine_read()
1596 s->twoD_source_base = value; in sm501_2d_engine_write()
1884 s->twoD_source_base = 0; in sm501_reset()
2003 VMSTATE_UINT32(twoD_source_base, SM501State),