Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dsm501.c540 uint32_t twoD_stretch; member
688 int format = (s->twoD_stretch >> 20) & 3; in sm501_2d_operation()
704 if ((s->twoD_stretch >> 16) & 0xF) { in sm501_2d_operation()
1481 ret = s->twoD_stretch; in sm501_2d_engine_read()
1569 s->twoD_stretch = value; in sm501_2d_engine_write()
1875 s->twoD_stretch = 0; in sm501_reset()
1994 VMSTATE_UINT32(twoD_stretch, SM501State),