Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dsm501.c537 uint32_t twoD_pitch; member
699 unsigned int dst_pitch = (s->twoD_pitch >> 16) & 0x1FFF; in sm501_2d_operation()
742 unsigned int src_pitch = s->twoD_pitch & 0x1FFF; in sm501_2d_operation()
1472 ret = s->twoD_pitch; in sm501_2d_engine_read()
1557 s->twoD_pitch = value; in sm501_2d_engine_write()
1872 s->twoD_pitch = 0; in sm501_reset()
1991 VMSTATE_UINT32(twoD_pitch, SM501State),