Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dsm501.c347 #define SM501_DC_CRT_CONTROL_SEL (1 << 9) macro
700 int crt = (s->dc_crt_control & SM501_DC_CRT_CONTROL_SEL) ? 1 : 0; in sm501_2d_operation()
1724 int crt = (s->dc_crt_control & SM501_DC_CRT_CONTROL_SEL) ? 1 : 0; in sm501_update_display()