Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dsm501.c533 uint32_t twoD_source; member
739 unsigned int src_x = (s->twoD_source >> 16) & 0x01FFF; in sm501_2d_operation()
740 unsigned int src_y = s->twoD_source & 0xFFFF; in sm501_2d_operation()
1460 ret = s->twoD_source; in sm501_2d_engine_read()
1538 s->twoD_source = value; in sm501_2d_engine_write()
1868 s->twoD_source = 0; in sm501_reset()
1987 VMSTATE_UINT32(twoD_source, SM501State),