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.c541 uint32_t twoD_stretch; member
689 int format = (s->twoD_stretch >> 20) & 3; in sm501_2d_operation()
705 if ((s->twoD_stretch >> 16) & 0xF) { in sm501_2d_operation()
1482 ret = s->twoD_stretch; in sm501_2d_engine_read()
1570 s->twoD_stretch = value; in sm501_2d_engine_write()
1876 s->twoD_stretch = 0; in sm501_reset()
1995 VMSTATE_UINT32(twoD_stretch, SM501State),