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.c550 uint32_t twoD_source_base; member
710 if (s->twoD_source_base & BIT(27) || s->twoD_destination_base & BIT(27)) { in sm501_2d_operation()
742 uint32_t src_base = s->twoD_source_base & 0x03FFFFFF; in sm501_2d_operation()
1509 ret = s->twoD_source_base; in sm501_2d_engine_read()
1597 s->twoD_source_base = value; in sm501_2d_engine_write()
1885 s->twoD_source_base = 0; in sm501_reset()
2004 VMSTATE_UINT32(twoD_source_base, SM501State),